Shades of Conifer #AFD963
Tints of Conifer #AFD963
RGB
CMYK
RGB Variations
Color information
#AFD963 (or 0xAFD963) is known color: Conifer. HEX triplet: AF, D9 and 63. RGB value is (175,217,99). Sum of RGB (Red+Green+Blue) = 175+217+99=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD963 is #50269C. Grayscale: #BFBFBF. Windows color (decimal): -5252765 or 6543791. OLE color: 6543791.
HSL color Cylindrical-coordinate representation of color #AFD963: hue angle of 81.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFD963 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 99 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.15 |
| HSL | 81.36º | 0.61% | 0.62% | - |
| HSV(B) | 81.36º | 0.54% | 0.85% | - |
| XYZ | 44.74 | 59.64 | 20.96 | - |
| YUV | 190.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 99 | 0.19 | 0 | 0.54 | 0.15 | 81.36 | 0.61 | 0.62 |
| Hex | AF | D9 | 63 | 13 | 0 | 36 | F | 51 | 3D | 3E |
| Octal | 257 | 331 | 143 | 23 | 0 | 66 | 17 | 121 | 75 | 76 |
| Binary | 10101111 | 11011001 | 1100011 | 10011 | 0 | 110110 | 1111 | 1010001 | 111101 | 111110 |
Color Harmonies of #AFD963
Complementary color
Monochromatic Colors of #AFD963
Black with #AFD963
Text Example
Text Example
White with #AFD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD963; }
p { color: rgb(175,217,99); }
H1.HeaderClassName
{
color: #AFD963;
}
.AnyTagClassName
{
color: #AFD963;
}
</style>
background-color css
<style>
a { background-color: #AFD963; }
a { background-color: rgb(175,217,99); }
div.DivClassName
{
background-color: #AFD963;
}
.BgClassName
{
background-color: #AFD963;
}
</style>
border-color css
<style>
span { border-color: #AFD963; }
span { border-color: rgb(175,217,99); }
td.TdClassName
{
border-color: #AFD963;
}
.TagClassName
{
border-color: #AFD963;
}
</style>