COLOR #75C471

HEX: #75C471
RGB: (117,196,113)

Renk bilgisi

#75C471 contains mainly green color. #75C471 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#75C471 color RGB value is (117,196,113).

  • kırmız ton 117;
  • yeşil ton 196;
  • mavi ton 113.
RGB:
(117,196,113)
(46%,77%,44%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 196 of 255 = 77%
B 113 of 255 = 44%

117
196
113

R + G + B ~ 56%. #75C471 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 196 + 113 = 426 (100%)
R 117 of 426 ~ 27.46%
G 196 of 426 ~ 46.01%
B 113 of 426 ~ 26.53%

%27.46
%46.01
%26.53

CMYK RENK MODELİ

#75C471 rengi CMYK tonu (40,0,42,23).

  • camgöbeği tonu 40.31%
  • eflatun tonu 0.00%
  • sarı tonu 42.35%
  • ana renk tonu 23.14%
CMYK:
(40,0,42,23)
C40M0Y42K23 
(40%,0%,42%,23%)
(0.40/0.00/0.42/0.23)	

CMYK yüzdeleri

%40.31
%0
%42.35
%23.14

Codes

Color #75C471 in popluar color models

75C471
RGB117196113
HSL117°41.29%60.59%
HSB/HSV117°42.35%76.86%
CMYK40.31%0.00%42.35%
23.14%

Color #75C471 in popluar number systems.

HEX75C471
Decimal117196113
Binary1110101110001001110001
Octal165304161

Shades and tints

Shades of #75C471

#75C471
(117,196,113)
#6BB367
(107,179,103)
#61A25D
(97,162,93)
#579153
(87,145,83)
#4D8049
(77,128,73)
#436F3F
(67,111,63)
#395E35
(57,94,53)
#2F4D2B
(47,77,43)
#253C21
(37,60,33)
#1B2B17
(27,43,23)
#111A0D
(17,26,13)
#000000
(0,0,0)

Tints of #75C471

#75C471
(117,196,113)
#81C97D
(129,201,125)
#8DCE89
(141,206,137)
#99D395
(153,211,149)
#A5D8A1
(165,216,161)
#B1DDAD
(177,221,173)
#BDE2B9
(189,226,185)
#C9E7C5
(201,231,197)
#D5ECD1
(213,236,209)
#E1F1DD
(225,241,221)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C471 color. Also use rgb(117,196,113) instead hex code.

Text Font Color

.myTextColor { color: #75C471; }

<p style="color:#75C471">This sample text font color is #75C471.</p>

This text font color is #75C471.


Background Color

.myBgColor { background-color: #75C471; }

<div style="background-color:#75C471">Inner text</div>

This div background color is #75C471.


Border color

.myBorderColor { border: 1px solid #75C471; }

<div style="border:3px solid #75C471">Div</div>

This div border color is #75C471.


Opacity

.myOpacity80 { color: #75C471; opacity: 0.8; }

<p style="color:#75C471;opacity:0.8;">80%</p>

Text with #75C471 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75C471;}

<p style="text-shadow: 3px 3px 1px #75C471">Text here.</p>

This text has shadow with #75C471 color.

.textShadow {text-shadow: 3px 3px 1px #75C471, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75C471, 5px 5px 20px red">Text here.</p>

This text has shadow with #75C471 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75C471, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75C471, Direction=45, Strength=4)">Text</p>

This text has shadow with #75C471 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #75C471;
  -webkit-box-shadow:	1px 1px 3px 2px #75C471;
  box-shadow:		1px 1px 3px 2px #75C471;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75C471;
-webkit-box-shadow: 1px 1px 3px 2px #75C471;
box-shadow:1px 1px 3px 2px #75C471;">
Div content here</div>
This div box has shadow with color #75C471.

Preview

Color preview on black background

This text has color #75C471 on black background.


Color preview on white background

This text has color #75C471 on white background.



Black color preview on #75C471 background

This text has black color on #75C471 background.


White color preview on #75C471 background

This text has white color on #75C471 background.