Shades of Conifer #AFE84C
Tints of Conifer #AFE84C
RGB
CMYK
RGB Variations
Color information
#AFE84C (or 0xAFE84C) is known color: Conifer. HEX triplet: AF, E8 and 4C. RGB value is (175,232,76). Sum of RGB (Red+Green+Blue) = 175+232+76=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE84C is #5017B3. Grayscale: #C5C5C5. Windows color (decimal): -5248948 or 5040303. OLE color: 5040303.
HSL color Cylindrical-coordinate representation of color #AFE84C: hue angle of 81.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE84C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 76 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.09 |
| HSL | 81.92º | 0.77% | 0.6% | - |
| HSV(B) | 81.92º | 0.67% | 0.91% | - |
| XYZ | 47.84 | 67.35 | 17.32 | - |
| YUV | 197.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 76 | 0.25 | 0 | 0.67 | 0.09 | 81.92 | 0.77 | 0.6 |
| Hex | AF | E8 | 4C | 19 | 0 | 43 | 9 | 52 | 4D | 3C |
| Octal | 257 | 350 | 114 | 31 | 0 | 103 | 11 | 122 | 115 | 74 |
| Binary | 10101111 | 11101000 | 1001100 | 11001 | 0 | 1000011 | 1001 | 1010010 | 1001101 | 111100 |
Color Harmonies of #AFE84C
Complementary color
Monochromatic Colors of #AFE84C
Black with #AFE84C
Text Example
Text Example
White with #AFE84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE84C; }
p { color: rgb(175,232,76); }
H1.HeaderClassName
{
color: #AFE84C;
}
.AnyTagClassName
{
color: #AFE84C;
}
</style>
background-color css
<style>
a { background-color: #AFE84C; }
a { background-color: rgb(175,232,76); }
div.DivClassName
{
background-color: #AFE84C;
}
.BgClassName
{
background-color: #AFE84C;
}
</style>
border-color css
<style>
span { border-color: #AFE84C; }
span { border-color: rgb(175,232,76); }
td.TdClassName
{
border-color: #AFE84C;
}
.TagClassName
{
border-color: #AFE84C;
}
</style>