COLOR #AFD37D

HEX: #AFD37D
RGB: (175,211,125)

Color info

#AFD37D contains mainly red and green colors. Web safe color of #AFD37D is #99CC66 (or #9C6).

RGB color model

#AFD37D color RGB value is (175,211,125).

  • red value is 175;
  • green value is 211;
  • blue value is 125.
RGB:
(175,211,125)
(69%,83%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 125 of 255 = 49%

175
211
125

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

Portions of RGB colors in percentages

R + G + B =
175 + 211 + 125 = 511 (100%)
R 175 of 511 ~ 34.25%
G 211 of 511 ~ 41.29%
B 125 of 511 ~ 24.46%

%34.25
%41.29
%24.46

CMYK color model

#AFD37D color CMYK value is (17,0,41,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 17.25%
CMYK:
(17,0,41,17)
C17M0Y41K17 
(17%,0%,41%,17%)
(0.17/0.00/0.41/0.17)	

CMYK percentages

%17.06
%0
%40.76
%17.25

Codes

Color #AFD37D in popluar color models

AFD37D
RGB175211125
HSL85°49.43%65.88%
HSB/HSV85°40.76%82.75%
CMYK17.06%0.00%40.76%
17.25%

Color #AFD37D in popluar number systems.

HEXAFD37D
Decimal175211125
Binary10101111110100111111101
Octal257323175

Shades and tints

Shades of #AFD37D

#AFD37D
(175,211,125)
#A0C072
(160,192,114)
#91AD67
(145,173,103)
#829A5C
(130,154,92)
#738751
(115,135,81)
#647446
(100,116,70)
#55613B
(85,97,59)
#464E30
(70,78,48)
#373B25
(55,59,37)
#28281A
(40,40,26)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFD37D

#AFD37D
(175,211,125)
#B6D788
(182,215,136)
#BDDB93
(189,219,147)
#C4DF9E
(196,223,158)
#CBE3A9
(203,227,169)
#D2E7B4
(210,231,180)
#D9EBBF
(217,235,191)
#E0EFCA
(224,239,202)
#E7F3D5
(231,243,213)
#EEF7E0
(238,247,224)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD37D color. Also use rgb(175,211,125) instead hex code.

Text Font Color

.myTextColor { color: #AFD37D; }

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

This text font color is #AFD37D.


Background Color

.myBgColor { background-color: #AFD37D; }

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

This div background color is #AFD37D.


Border color

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

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

This div border color is #AFD37D.


Opacity

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

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

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

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

This text has shadow with #AFD37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD37D on black background.


Color preview on white background

This text has color #AFD37D on white background.



Black color preview on #AFD37D background

This text has black color on #AFD37D background.


White color preview on #AFD37D background

This text has white color on #AFD37D background.