Shades of Conifer #AFCD55
Tints of Conifer #AFCD55
RGB
CMYK
RGB Variations
Color information
#AFCD55 (or 0xAFCD55) is known color: Conifer. HEX triplet: AF, CD and 55. RGB value is (175,205,85). Sum of RGB (Red+Green+Blue) = 175+205+85=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD55 is #5032AA. Grayscale: #B6B6B6. Windows color (decimal): -5255851 or 5623215. OLE color: 5623215.
HSL color Cylindrical-coordinate representation of color #AFCD55: hue angle of 75º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFCD55 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 85 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.20 |
| HSL | 75º | 0.55% | 0.57% | - |
| HSV(B) | 75º | 0.59% | 0.8% | - |
| XYZ | 41.15 | 53.43 | 16.74 | - |
| YUV | 182.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 85 | 0.15 | 0 | 0.59 | 0.20 | 75 | 0.55 | 0.57 |
| Hex | AF | CD | 55 | F | 0 | 3B | 14 | 4B | 37 | 39 |
| Octal | 257 | 315 | 125 | 17 | 0 | 73 | 24 | 113 | 67 | 71 |
| Binary | 10101111 | 11001101 | 1010101 | 1111 | 0 | 111011 | 10100 | 1001011 | 110111 | 111001 |
Color Harmonies of #AFCD55
Complementary color
Monochromatic Colors of #AFCD55
Black with #AFCD55
Text Example
Text Example
White with #AFCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD55; }
p { color: rgb(175,205,85); }
H1.HeaderClassName
{
color: #AFCD55;
}
.AnyTagClassName
{
color: #AFCD55;
}
</style>
background-color css
<style>
a { background-color: #AFCD55; }
a { background-color: rgb(175,205,85); }
div.DivClassName
{
background-color: #AFCD55;
}
.BgClassName
{
background-color: #AFCD55;
}
</style>
border-color css
<style>
span { border-color: #AFCD55; }
span { border-color: rgb(175,205,85); }
td.TdClassName
{
border-color: #AFCD55;
}
.TagClassName
{
border-color: #AFCD55;
}
</style>