Shades of Conifer #AFCD57
Tints of Conifer #AFCD57
RGB
CMYK
RGB Variations
Color information
#AFCD57 (or 0xAFCD57) is known color: Conifer. HEX triplet: AF, CD and 57. RGB value is (175,205,87). Sum of RGB (Red+Green+Blue) = 175+205+87=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD57 is #5032A8. Grayscale: #B7B7B7. Windows color (decimal): -5255849 or 5754287. OLE color: 5754287.
HSL color Cylindrical-coordinate representation of color #AFCD57: hue angle of 75.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFCD57 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 87 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.20 |
| HSL | 75.25º | 0.54% | 0.57% | - |
| HSV(B) | 75.25º | 0.58% | 0.8% | - |
| XYZ | 41.23 | 53.46 | 17.16 | - |
| YUV | 182.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 87 | 0.15 | 0 | 0.58 | 0.20 | 75.25 | 0.54 | 0.57 |
| Hex | AF | CD | 57 | F | 0 | 3A | 14 | 4B | 36 | 39 |
| Octal | 257 | 315 | 127 | 17 | 0 | 72 | 24 | 113 | 66 | 71 |
| Binary | 10101111 | 11001101 | 1010111 | 1111 | 0 | 111010 | 10100 | 1001011 | 110110 | 111001 |
Color Harmonies of #AFCD57
Complementary color
Monochromatic Colors of #AFCD57
Black with #AFCD57
Text Example
Text Example
White with #AFCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD57; }
p { color: rgb(175,205,87); }
H1.HeaderClassName
{
color: #AFCD57;
}
.AnyTagClassName
{
color: #AFCD57;
}
</style>
background-color css
<style>
a { background-color: #AFCD57; }
a { background-color: rgb(175,205,87); }
div.DivClassName
{
background-color: #AFCD57;
}
.BgClassName
{
background-color: #AFCD57;
}
</style>
border-color css
<style>
span { border-color: #AFCD57; }
span { border-color: rgb(175,205,87); }
td.TdClassName
{
border-color: #AFCD57;
}
.TagClassName
{
border-color: #AFCD57;
}
</style>