Shades of Conifer #AFE24D
Tints of Conifer #AFE24D
RGB
CMYK
RGB Variations
Color information
#AFE24D (or 0xAFE24D) is known color: Conifer. HEX triplet: AF, E2 and 4D. RGB value is (175,226,77). Sum of RGB (Red+Green+Blue) = 175+226+77=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE24D is #501DB2. Grayscale: #C2C2C2. Windows color (decimal): -5250483 or 5104303. OLE color: 5104303.
HSL color Cylindrical-coordinate representation of color #AFE24D: hue angle of 80.54º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFE24D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 77 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.11 |
| HSL | 80.54º | 0.72% | 0.59% | - |
| HSV(B) | 80.54º | 0.66% | 0.89% | - |
| XYZ | 46.22 | 64.04 | 16.95 | - |
| YUV | 193.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 77 | 0.23 | 0 | 0.66 | 0.11 | 80.54 | 0.72 | 0.59 |
| Hex | AF | E2 | 4D | 17 | 0 | 42 | B | 51 | 48 | 3B |
| Octal | 257 | 342 | 115 | 27 | 0 | 102 | 13 | 121 | 110 | 73 |
| Binary | 10101111 | 11100010 | 1001101 | 10111 | 0 | 1000010 | 1011 | 1010001 | 1001000 | 111011 |
Color Harmonies of #AFE24D
Complementary color
Monochromatic Colors of #AFE24D
Black with #AFE24D
Text Example
Text Example
White with #AFE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE24D; }
p { color: rgb(175,226,77); }
H1.HeaderClassName
{
color: #AFE24D;
}
.AnyTagClassName
{
color: #AFE24D;
}
</style>
background-color css
<style>
a { background-color: #AFE24D; }
a { background-color: rgb(175,226,77); }
div.DivClassName
{
background-color: #AFE24D;
}
.BgClassName
{
background-color: #AFE24D;
}
</style>
border-color css
<style>
span { border-color: #AFE24D; }
span { border-color: rgb(175,226,77); }
td.TdClassName
{
border-color: #AFE24D;
}
.TagClassName
{
border-color: #AFE24D;
}
</style>