COLOR #AFE75E

HEX: #AFE75E RGB: (175,231,94)

Color info

#AFE75E contains mainly red and green colors. Web safe color of #AFE75E is #99FF66 (or #9F6).

RGB color model

#AFE75E color RGB value is (175,231,94).

RGB: (175,231,94) (69%, 91%, 37%)

RGB channels and saturation

R 175 of 255 = 69%
G 231 of 255 = 91%
B 94 of 255 = 37%

175
231
94

R + G + B ~ 66%. #AFE75E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 231 + 94 = 500 (100%)
R 175 of 500 ~ 35%
G 231 of 500 ~ 46.2%
B 94 of 500 ~ 18.8'%

%35
%46.2
%18.8

CMYK color model

#AFE75E color CMYK value is (24,0,59,9).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 59.31%
  • key color value is 9.41%

CMYK: (24,0,59,9)
C24M0Y59K9 (24%, 0%, 59%, 9%)
(0.24 / 0.00 / 0.59 / 0.09)

CMYK percentages

%24.24
%0
%59.31
%9.41

Codes

Color #AFE75E in popluar color models

AF E7 5E
RGB 175 231 94
HSL 85° 74.05% 63.73%
HSB/HSV 85° 59.31% 90.59%
CMYK 24.24% 0.00% 59.31%
9.41%

Color #AFE75E in popluar number systems.

HEX AF E7 5E
Decimal 175 231 94
Binary 10101111 11100111 1011110
Octal 257 347 136

Shades and tints

Shades of #AFE75E

#AFE75E
(175,231,94)
#A0D256
(160,210,86)
#91BD4E
(145,189,78)
#82A846
(130,168,70)
#73933E
(115,147,62)
#647E36
(100,126,54)
#55692E
(85,105,46)
#465426
(70,84,38)
#373F1E
(55,63,30)
#282A16
(40,42,22)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AFE75E

#AFE75E
(175,231,94)
#B6E96C
(182,233,108)
#BDEB7A
(189,235,122)
#C4ED88
(196,237,136)
#CBEF96
(203,239,150)
#D2F1A4
(210,241,164)
#D9F3B2
(217,243,178)
#E0F5C0
(224,245,192)
#E7F7CE
(231,247,206)
#EEF9DC
(238,249,220)
#F5FBEA
(245,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE75E color. Also use rgb(175,231,94) instead hex code.

Text Font Color

.myTextColor { color: #AFE75E; }

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

This text font color is #AFE75E.

Background Color

.myBgColor { background-color: #AFE75E; }

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

This div background color is #AFE75E.

Border color

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

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

This div border color is #AFE75E.

Opacity

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

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

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

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

This text has shadow with #AFE75E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE75E.

Preview

Color preview on black background

This text has color #AFE75E on black background.


Color preview on white background

This text has color #AFE75E on white background.


Black color preview on #AFE75E background

This text has black color on #AFE75E background.


White color preview on #AFE75E background

This text has white color on #AFE75E background.


Related colors

Complementary color

Complementary color for #hex is #5018A1.


I love getcolorcode.com

Triadic colors

1 #5EAFE7 and #E75EAF with #AFE75E are triadic colors.

2 #5EE7AF and #E7AF5E with #AFE75E are triadic colors.