Shades of Conifer #AFD356
Tints of Conifer #AFD356
RGB
CMYK
RGB Variations
Color information
#AFD356 (or 0xAFD356) is known color: Conifer. HEX triplet: AF, D3 and 56. RGB value is (175,211,86). Sum of RGB (Red+Green+Blue) = 175+211+86=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD356 is #502CA9. Grayscale: #BABABA. Windows color (decimal): -5254314 or 5690287. OLE color: 5690287.
HSL color Cylindrical-coordinate representation of color #AFD356: hue angle of 77.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFD356 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 86 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.17 |
| HSL | 77.28º | 0.59% | 0.58% | - |
| HSV(B) | 77.28º | 0.59% | 0.83% | - |
| XYZ | 42.65 | 56.37 | 17.44 | - |
| YUV | 185.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 86 | 0.17 | 0 | 0.59 | 0.17 | 77.28 | 0.59 | 0.58 |
| Hex | AF | D3 | 56 | 11 | 0 | 3B | 11 | 4D | 3B | 3A |
| Octal | 257 | 323 | 126 | 21 | 0 | 73 | 21 | 115 | 73 | 72 |
| Binary | 10101111 | 11010011 | 1010110 | 10001 | 0 | 111011 | 10001 | 1001101 | 111011 | 111010 |
Color Harmonies of #AFD356
Complementary color
Monochromatic Colors of #AFD356
Black with #AFD356
Text Example
Text Example
White with #AFD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD356; }
p { color: rgb(175,211,86); }
H1.HeaderClassName
{
color: #AFD356;
}
.AnyTagClassName
{
color: #AFD356;
}
</style>
background-color css
<style>
a { background-color: #AFD356; }
a { background-color: rgb(175,211,86); }
div.DivClassName
{
background-color: #AFD356;
}
.BgClassName
{
background-color: #AFD356;
}
</style>
border-color css
<style>
span { border-color: #AFD356; }
span { border-color: rgb(175,211,86); }
td.TdClassName
{
border-color: #AFD356;
}
.TagClassName
{
border-color: #AFD356;
}
</style>