Shades of Conifer #AFD955
Tints of Conifer #AFD955
RGB
CMYK
RGB Variations
Color information
#AFD955 (or 0xAFD955) is known color: Conifer. HEX triplet: AF, D9 and 55. RGB value is (175,217,85). Sum of RGB (Red+Green+Blue) = 175+217+85=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD955 is #5026AA. Grayscale: #BDBDBD. Windows color (decimal): -5252779 or 5626287. OLE color: 5626287.
HSL color Cylindrical-coordinate representation of color #AFD955: hue angle of 79.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFD955 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 85 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.15 |
| HSL | 79.09º | 0.63% | 0.59% | - |
| HSV(B) | 79.09º | 0.61% | 0.85% | - |
| XYZ | 44.13 | 59.4 | 17.73 | - |
| YUV | 189.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 85 | 0.19 | 0 | 0.61 | 0.15 | 79.09 | 0.63 | 0.59 |
| Hex | AF | D9 | 55 | 13 | 0 | 3D | F | 4F | 3F | 3B |
| Octal | 257 | 331 | 125 | 23 | 0 | 75 | 17 | 117 | 77 | 73 |
| Binary | 10101111 | 11011001 | 1010101 | 10011 | 0 | 111101 | 1111 | 1001111 | 111111 | 111011 |
Color Harmonies of #AFD955
Complementary color
Monochromatic Colors of #AFD955
Black with #AFD955
Text Example
Text Example
White with #AFD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD955; }
p { color: rgb(175,217,85); }
H1.HeaderClassName
{
color: #AFD955;
}
.AnyTagClassName
{
color: #AFD955;
}
</style>
background-color css
<style>
a { background-color: #AFD955; }
a { background-color: rgb(175,217,85); }
div.DivClassName
{
background-color: #AFD955;
}
.BgClassName
{
background-color: #AFD955;
}
</style>
border-color css
<style>
span { border-color: #AFD955; }
span { border-color: rgb(175,217,85); }
td.TdClassName
{
border-color: #AFD955;
}
.TagClassName
{
border-color: #AFD955;
}
</style>