Shades of Conifer #AFD965
Tints of Conifer #AFD965
RGB
CMYK
RGB Variations
Color information
#AFD965 (or 0xAFD965) is known color: Conifer. HEX triplet: AF, D9 and 65. RGB value is (175,217,101). Sum of RGB (Red+Green+Blue) = 175+217+101=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD965 is #50269A. Grayscale: #BFBFBF. Windows color (decimal): -5252763 or 6674863. OLE color: 6674863.
HSL color Cylindrical-coordinate representation of color #AFD965: hue angle of 81.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFD965 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 101 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.15 |
| HSL | 81.72º | 0.6% | 0.62% | - |
| HSV(B) | 81.72º | 0.53% | 0.85% | - |
| XYZ | 44.84 | 59.68 | 21.47 | - |
| YUV | 191.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 101 | 0.19 | 0 | 0.53 | 0.15 | 81.72 | 0.6 | 0.62 |
| Hex | AF | D9 | 65 | 13 | 0 | 35 | F | 52 | 3C | 3E |
| Octal | 257 | 331 | 145 | 23 | 0 | 65 | 17 | 122 | 74 | 76 |
| Binary | 10101111 | 11011001 | 1100101 | 10011 | 0 | 110101 | 1111 | 1010010 | 111100 | 111110 |
Color Harmonies of #AFD965
Complementary color
Monochromatic Colors of #AFD965
Black with #AFD965
Text Example
Text Example
White with #AFD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD965; }
p { color: rgb(175,217,101); }
H1.HeaderClassName
{
color: #AFD965;
}
.AnyTagClassName
{
color: #AFD965;
}
</style>
background-color css
<style>
a { background-color: #AFD965; }
a { background-color: rgb(175,217,101); }
div.DivClassName
{
background-color: #AFD965;
}
.BgClassName
{
background-color: #AFD965;
}
</style>
border-color css
<style>
span { border-color: #AFD965; }
span { border-color: rgb(175,217,101); }
td.TdClassName
{
border-color: #AFD965;
}
.TagClassName
{
border-color: #AFD965;
}
</style>