Shades of Conifer #AFCF57
Tints of Conifer #AFCF57
RGB
CMYK
RGB Variations
Color information
#AFCF57 (or 0xAFCF57) is known color: Conifer. HEX triplet: AF, CF and 57. RGB value is (175,207,87). Sum of RGB (Red+Green+Blue) = 175+207+87=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF57 is #5030A8. Grayscale: #B8B8B8. Windows color (decimal): -5255337 or 5754799. OLE color: 5754799.
HSL color Cylindrical-coordinate representation of color #AFCF57: hue angle of 76º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFCF57 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 87 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.19 |
| HSL | 76º | 0.56% | 0.58% | - |
| HSV(B) | 76º | 0.58% | 0.81% | - |
| XYZ | 41.71 | 54.43 | 17.32 | - |
| YUV | 183.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 87 | 0.15 | 0 | 0.58 | 0.19 | 76 | 0.56 | 0.58 |
| Hex | AF | CF | 57 | F | 0 | 3A | 13 | 4C | 38 | 3A |
| Octal | 257 | 317 | 127 | 17 | 0 | 72 | 23 | 114 | 70 | 72 |
| Binary | 10101111 | 11001111 | 1010111 | 1111 | 0 | 111010 | 10011 | 1001100 | 111000 | 111010 |
Color Harmonies of #AFCF57
Complementary color
Monochromatic Colors of #AFCF57
Black with #AFCF57
Text Example
Text Example
White with #AFCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF57; }
p { color: rgb(175,207,87); }
H1.HeaderClassName
{
color: #AFCF57;
}
.AnyTagClassName
{
color: #AFCF57;
}
</style>
background-color css
<style>
a { background-color: #AFCF57; }
a { background-color: rgb(175,207,87); }
div.DivClassName
{
background-color: #AFCF57;
}
.BgClassName
{
background-color: #AFCF57;
}
</style>
border-color css
<style>
span { border-color: #AFCF57; }
span { border-color: rgb(175,207,87); }
td.TdClassName
{
border-color: #AFCF57;
}
.TagClassName
{
border-color: #AFCF57;
}
</style>