COLOR #AFDD76

HEX: #AFDD76
RGB: (175,221,118)

Renk bilgisi

#AFDD76 contains mainly red and green colors. #AFDD76 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#AFDD76 color RGB value is (175,221,118).

  • kırmız ton 175;
  • yeşil ton 221;
  • mavi ton 118.
RGB:
(175,221,118)
(69%,87%,46%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 221 of 255 = 87%
B 118 of 255 = 46%

175
221
118

R + G + B ~ 67%. #AFDD76 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 221 + 118 = 514 (100%)
R 175 of 514 ~ 34.05%
G 221 of 514 ~ 43%
B 118 of 514 ~ 22.96%

%34.05
%43
%22.96

CMYK RENK MODELİ

#AFDD76 rengi CMYK tonu (21,0,47,13).

  • camgöbeği tonu 20.81%
  • eflatun tonu 0.00%
  • sarı tonu 46.61%
  • ana renk tonu 13.33%
CMYK:
(21,0,47,13)
C21M0Y47K13 
(21%,0%,47%,13%)
(0.21/0.00/0.47/0.13)	

CMYK yüzdeleri

%20.81
%0
%46.61
%13.33

Codes

Color #AFDD76 in popluar color models

AFDD76
RGB175221118
HSL87°60.23%66.47%
HSB/HSV87°46.61%86.67%
CMYK20.81%0.00%46.61%
13.33%

Color #AFDD76 in popluar number systems.

HEXAFDD76
Decimal175221118
Binary10101111110111011110110
Octal257335166

Shades and tints

Shades of #AFDD76

#AFDD76
(175,221,118)
#A0C96C
(160,201,108)
#91B562
(145,181,98)
#82A158
(130,161,88)
#738D4E
(115,141,78)
#647944
(100,121,68)
#55653A
(85,101,58)
#465130
(70,81,48)
#373D26
(55,61,38)
#28291C
(40,41,28)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFDD76

#AFDD76
(175,221,118)
#B6E082
(182,224,130)
#BDE38E
(189,227,142)
#C4E69A
(196,230,154)
#CBE9A6
(203,233,166)
#D2ECB2
(210,236,178)
#D9EFBE
(217,239,190)
#E0F2CA
(224,242,202)
#E7F5D6
(231,245,214)
#EEF8E2
(238,248,226)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDD76 color. Also use rgb(175,221,118) instead hex code.

Text Font Color

.myTextColor { color: #AFDD76; }

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

This text font color is #AFDD76.


Background Color

.myBgColor { background-color: #AFDD76; }

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

This div background color is #AFDD76.


Border color

.myBorderColor { border: 1px solid #AFDD76; }

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

This div border color is #AFDD76.


Opacity

.myOpacity80 { color: #AFDD76; opacity: 0.8; }

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

Text with #AFDD76 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 #AFDD76;}

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

This text has shadow with #AFDD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDD76 on black background.


Color preview on white background

This text has color #AFDD76 on white background.



Black color preview on #AFDD76 background

This text has black color on #AFDD76 background.


White color preview on #AFDD76 background

This text has white color on #AFDD76 background.