Shades of Conifer #AFCF63
Tints of Conifer #AFCF63
RGB
CMYK
RGB Variations
Color information
#AFCF63 (or 0xAFCF63) is known color: Conifer. HEX triplet: AF, CF and 63. RGB value is (175,207,99). Sum of RGB (Red+Green+Blue) = 175+207+99=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF63 is #50309C. Grayscale: #B9B9B9. Windows color (decimal): -5255325 or 6541231. OLE color: 6541231.
HSL color Cylindrical-coordinate representation of color #AFCF63: hue angle of 77.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCF63 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 99 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.19 |
| HSL | 77.78º | 0.53% | 0.6% | - |
| HSV(B) | 77.78º | 0.52% | 0.81% | - |
| XYZ | 42.24 | 54.64 | 20.12 | - |
| YUV | 185.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 99 | 0.15 | 0 | 0.52 | 0.19 | 77.78 | 0.53 | 0.6 |
| Hex | AF | CF | 63 | F | 0 | 34 | 13 | 4E | 35 | 3C |
| Octal | 257 | 317 | 143 | 17 | 0 | 64 | 23 | 116 | 65 | 74 |
| Binary | 10101111 | 11001111 | 1100011 | 1111 | 0 | 110100 | 10011 | 1001110 | 110101 | 111100 |
Color Harmonies of #AFCF63
Complementary color
Monochromatic Colors of #AFCF63
Black with #AFCF63
Text Example
Text Example
White with #AFCF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF63; }
p { color: rgb(175,207,99); }
H1.HeaderClassName
{
color: #AFCF63;
}
.AnyTagClassName
{
color: #AFCF63;
}
</style>
background-color css
<style>
a { background-color: #AFCF63; }
a { background-color: rgb(175,207,99); }
div.DivClassName
{
background-color: #AFCF63;
}
.BgClassName
{
background-color: #AFCF63;
}
</style>
border-color css
<style>
span { border-color: #AFCF63; }
span { border-color: rgb(175,207,99); }
td.TdClassName
{
border-color: #AFCF63;
}
.TagClassName
{
border-color: #AFCF63;
}
</style>