Shades of Conifer #AFCD52
Tints of Conifer #AFCD52
RGB
CMYK
RGB Variations
Color information
#AFCD52 (or 0xAFCD52) is known color: Conifer. HEX triplet: AF, CD and 52. RGB value is (175,205,82). Sum of RGB (Red+Green+Blue) = 175+205+82=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD52 is #5032AD. Grayscale: #B6B6B6. Windows color (decimal): -5255854 or 5426607. OLE color: 5426607.
HSL color Cylindrical-coordinate representation of color #AFCD52: hue angle of 74.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFCD52 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 82 | - |
| CMYK | 0.15 | 0 | 0.6 | 0.20 |
| HSL | 74.63º | 0.55% | 0.56% | - |
| HSV(B) | 74.63º | 0.6% | 0.8% | - |
| XYZ | 41.03 | 53.39 | 16.12 | - |
| YUV | 182.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 82 | 0.15 | 0 | 0.6 | 0.20 | 74.63 | 0.55 | 0.56 |
| Hex | AF | CD | 52 | F | 0 | 3C | 14 | 4B | 37 | 38 |
| Octal | 257 | 315 | 122 | 17 | 0 | 74 | 24 | 113 | 67 | 70 |
| Binary | 10101111 | 11001101 | 1010010 | 1111 | 0 | 111100 | 10100 | 1001011 | 110111 | 111000 |
Color Harmonies of #AFCD52
Complementary color
Monochromatic Colors of #AFCD52
Black with #AFCD52
Text Example
Text Example
White with #AFCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD52; }
p { color: rgb(175,205,82); }
H1.HeaderClassName
{
color: #AFCD52;
}
.AnyTagClassName
{
color: #AFCD52;
}
</style>
background-color css
<style>
a { background-color: #AFCD52; }
a { background-color: rgb(175,205,82); }
div.DivClassName
{
background-color: #AFCD52;
}
.BgClassName
{
background-color: #AFCD52;
}
</style>
border-color css
<style>
span { border-color: #AFCD52; }
span { border-color: rgb(175,205,82); }
td.TdClassName
{
border-color: #AFCD52;
}
.TagClassName
{
border-color: #AFCD52;
}
</style>