Shades of Conifer #AFE252
Tints of Conifer #AFE252
RGB
CMYK
RGB Variations
Color information
#AFE252 (or 0xAFE252) is known color: Conifer. HEX triplet: AF, E2 and 52. RGB value is (175,226,82). Sum of RGB (Red+Green+Blue) = 175+226+82=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE252 is #501DAD. Grayscale: #C2C2C2. Windows color (decimal): -5250478 or 5431983. OLE color: 5431983.
HSL color Cylindrical-coordinate representation of color #AFE252: hue angle of 81.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFE252 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 82 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.11 |
| HSL | 81.25º | 0.71% | 0.6% | - |
| HSV(B) | 81.25º | 0.64% | 0.89% | - |
| XYZ | 46.4 | 64.12 | 17.91 | - |
| YUV | 194.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 82 | 0.23 | 0 | 0.64 | 0.11 | 81.25 | 0.71 | 0.6 |
| Hex | AF | E2 | 52 | 17 | 0 | 40 | B | 51 | 47 | 3C |
| Octal | 257 | 342 | 122 | 27 | 0 | 100 | 13 | 121 | 107 | 74 |
| Binary | 10101111 | 11100010 | 1010010 | 10111 | 0 | 1000000 | 1011 | 1010001 | 1000111 | 111100 |
Color Harmonies of #AFE252
Complementary color
Monochromatic Colors of #AFE252
Black with #AFE252
Text Example
Text Example
White with #AFE252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE252; }
p { color: rgb(175,226,82); }
H1.HeaderClassName
{
color: #AFE252;
}
.AnyTagClassName
{
color: #AFE252;
}
</style>
background-color css
<style>
a { background-color: #AFE252; }
a { background-color: rgb(175,226,82); }
div.DivClassName
{
background-color: #AFE252;
}
.BgClassName
{
background-color: #AFE252;
}
</style>
border-color css
<style>
span { border-color: #AFE252; }
span { border-color: rgb(175,226,82); }
td.TdClassName
{
border-color: #AFE252;
}
.TagClassName
{
border-color: #AFE252;
}
</style>