Shades of Conifer #AFD256
Tints of Conifer #AFD256
RGB
CMYK
RGB Variations
Color information
#AFD256 (or 0xAFD256) is known color: Conifer. HEX triplet: AF, D2 and 56. RGB value is (175,210,86). Sum of RGB (Red+Green+Blue) = 175+210+86=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD256 is #502DA9. Grayscale: #B9B9B9. Windows color (decimal): -5254570 or 5690031. OLE color: 5690031.
HSL color Cylindrical-coordinate representation of color #AFD256: hue angle of 76.94º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFD256 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 86 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.18 |
| HSL | 76.94º | 0.58% | 0.58% | - |
| HSV(B) | 76.94º | 0.59% | 0.82% | - |
| XYZ | 42.41 | 55.88 | 17.35 | - |
| YUV | 185.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 86 | 0.17 | 0 | 0.59 | 0.18 | 76.94 | 0.58 | 0.58 |
| Hex | AF | D2 | 56 | 11 | 0 | 3B | 12 | 4D | 3A | 3A |
| Octal | 257 | 322 | 126 | 21 | 0 | 73 | 22 | 115 | 72 | 72 |
| Binary | 10101111 | 11010010 | 1010110 | 10001 | 0 | 111011 | 10010 | 1001101 | 111010 | 111010 |
Color Harmonies of #AFD256
Complementary color
Monochromatic Colors of #AFD256
Black with #AFD256
Text Example
Text Example
White with #AFD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD256; }
p { color: rgb(175,210,86); }
H1.HeaderClassName
{
color: #AFD256;
}
.AnyTagClassName
{
color: #AFD256;
}
</style>
background-color css
<style>
a { background-color: #AFD256; }
a { background-color: rgb(175,210,86); }
div.DivClassName
{
background-color: #AFD256;
}
.BgClassName
{
background-color: #AFD256;
}
</style>
border-color css
<style>
span { border-color: #AFD256; }
span { border-color: rgb(175,210,86); }
td.TdClassName
{
border-color: #AFD256;
}
.TagClassName
{
border-color: #AFD256;
}
</style>