Shades of Conifer #AFCE52
Tints of Conifer #AFCE52
RGB
CMYK
RGB Variations
Color information
#AFCE52 (or 0xAFCE52) is known color: Conifer. HEX triplet: AF, CE and 52. RGB value is (175,206,82). Sum of RGB (Red+Green+Blue) = 175+206+82=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE52 is #5031AD. Grayscale: #B7B7B7. Windows color (decimal): -5255598 or 5426863. OLE color: 5426863.
HSL color Cylindrical-coordinate representation of color #AFCE52: hue angle of 75º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFCE52 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 82 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.19 |
| HSL | 75º | 0.56% | 0.56% | - |
| HSV(B) | 75º | 0.6% | 0.81% | - |
| XYZ | 41.27 | 53.87 | 16.2 | - |
| YUV | 182.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 82 | 0.15 | 0 | 0.60 | 0.19 | 75 | 0.56 | 0.56 |
| Hex | AF | CE | 52 | F | 0 | 3C | 13 | 4B | 38 | 38 |
| Octal | 257 | 316 | 122 | 17 | 0 | 74 | 23 | 113 | 70 | 70 |
| Binary | 10101111 | 11001110 | 1010010 | 1111 | 0 | 111100 | 10011 | 1001011 | 111000 | 111000 |
Color Harmonies of #AFCE52
Complementary color
Monochromatic Colors of #AFCE52
Black with #AFCE52
Text Example
Text Example
White with #AFCE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE52; }
p { color: rgb(175,206,82); }
H1.HeaderClassName
{
color: #AFCE52;
}
.AnyTagClassName
{
color: #AFCE52;
}
</style>
background-color css
<style>
a { background-color: #AFCE52; }
a { background-color: rgb(175,206,82); }
div.DivClassName
{
background-color: #AFCE52;
}
.BgClassName
{
background-color: #AFCE52;
}
</style>
border-color css
<style>
span { border-color: #AFCE52; }
span { border-color: rgb(175,206,82); }
td.TdClassName
{
border-color: #AFCE52;
}
.TagClassName
{
border-color: #AFCE52;
}
</style>