Shades of Conifer #AFCF55
Tints of Conifer #AFCF55
RGB
CMYK
RGB Variations
Color information
#AFCF55 (or 0xAFCF55) is known color: Conifer. HEX triplet: AF, CF and 55. RGB value is (175,207,85). Sum of RGB (Red+Green+Blue) = 175+207+85=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF55 is #5030AA. Grayscale: #B7B7B7. Windows color (decimal): -5255339 or 5623727. OLE color: 5623727.
HSL color Cylindrical-coordinate representation of color #AFCF55: hue angle of 75.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFCF55 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 85 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.19 |
| HSL | 75.74º | 0.56% | 0.57% | - |
| HSV(B) | 75.74º | 0.59% | 0.81% | - |
| XYZ | 41.63 | 54.4 | 16.9 | - |
| YUV | 183.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 85 | 0.15 | 0 | 0.59 | 0.19 | 75.74 | 0.56 | 0.57 |
| Hex | AF | CF | 55 | F | 0 | 3B | 13 | 4C | 38 | 39 |
| Octal | 257 | 317 | 125 | 17 | 0 | 73 | 23 | 114 | 70 | 71 |
| Binary | 10101111 | 11001111 | 1010101 | 1111 | 0 | 111011 | 10011 | 1001100 | 111000 | 111001 |
Color Harmonies of #AFCF55
Complementary color
Monochromatic Colors of #AFCF55
Black with #AFCF55
Text Example
Text Example
White with #AFCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF55; }
p { color: rgb(175,207,85); }
H1.HeaderClassName
{
color: #AFCF55;
}
.AnyTagClassName
{
color: #AFCF55;
}
</style>
background-color css
<style>
a { background-color: #AFCF55; }
a { background-color: rgb(175,207,85); }
div.DivClassName
{
background-color: #AFCF55;
}
.BgClassName
{
background-color: #AFCF55;
}
</style>
border-color css
<style>
span { border-color: #AFCF55; }
span { border-color: rgb(175,207,85); }
td.TdClassName
{
border-color: #AFCF55;
}
.TagClassName
{
border-color: #AFCF55;
}
</style>