Shades of Conifer #AFE952
Tints of Conifer #AFE952
RGB
CMYK
RGB Variations
Color information
#AFE952 (or 0xAFE952) is known color: Conifer. HEX triplet: AF, E9 and 52. RGB value is (175,233,82). Sum of RGB (Red+Green+Blue) = 175+233+82=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE952 is #5016AD. Grayscale: #C6C6C6. Windows color (decimal): -5248686 or 5433775. OLE color: 5433775.
HSL color Cylindrical-coordinate representation of color #AFE952: hue angle of 83.05º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFE952 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 82 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.09 |
| HSL | 83.05º | 0.77% | 0.62% | - |
| HSV(B) | 83.05º | 0.65% | 0.91% | - |
| XYZ | 48.34 | 68 | 18.56 | - |
| YUV | 198.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 82 | 0.25 | 0 | 0.65 | 0.09 | 83.05 | 0.77 | 0.62 |
| Hex | AF | E9 | 52 | 19 | 0 | 41 | 9 | 53 | 4D | 3E |
| Octal | 257 | 351 | 122 | 31 | 0 | 101 | 11 | 123 | 115 | 76 |
| Binary | 10101111 | 11101001 | 1010010 | 11001 | 0 | 1000001 | 1001 | 1010011 | 1001101 | 111110 |
Color Harmonies of #AFE952
Complementary color
Monochromatic Colors of #AFE952
Black with #AFE952
Text Example
Text Example
White with #AFE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE952; }
p { color: rgb(175,233,82); }
H1.HeaderClassName
{
color: #AFE952;
}
.AnyTagClassName
{
color: #AFE952;
}
</style>
background-color css
<style>
a { background-color: #AFE952; }
a { background-color: rgb(175,233,82); }
div.DivClassName
{
background-color: #AFE952;
}
.BgClassName
{
background-color: #AFE952;
}
</style>
border-color css
<style>
span { border-color: #AFE952; }
span { border-color: rgb(175,233,82); }
td.TdClassName
{
border-color: #AFE952;
}
.TagClassName
{
border-color: #AFE952;
}
</style>