Shades of Conifer #AFEC52
Tints of Conifer #AFEC52
RGB
CMYK
RGB Variations
Color information
#AFEC52 (or 0xAFEC52) is known color: Conifer. HEX triplet: AF, EC and 52. RGB value is (175,236,82). Sum of RGB (Red+Green+Blue) = 175+236+82=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC52 is #5013AD. Grayscale: #C8C8C8. Windows color (decimal): -5247918 or 5434543. OLE color: 5434543.
HSL color Cylindrical-coordinate representation of color #AFEC52: hue angle of 83.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFEC52 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 82 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.07 |
| HSL | 83.77º | 0.8% | 0.62% | - |
| HSV(B) | 83.77º | 0.65% | 0.93% | - |
| XYZ | 49.2 | 69.71 | 18.85 | - |
| YUV | 200.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 82 | 0.26 | 0 | 0.65 | 0.07 | 83.77 | 0.8 | 0.62 |
| Hex | AF | EC | 52 | 1A | 0 | 41 | 7 | 54 | 50 | 3E |
| Octal | 257 | 354 | 122 | 32 | 0 | 101 | 7 | 124 | 120 | 76 |
| Binary | 10101111 | 11101100 | 1010010 | 11010 | 0 | 1000001 | 111 | 1010100 | 1010000 | 111110 |
Color Harmonies of #AFEC52
Complementary color
Monochromatic Colors of #AFEC52
Black with #AFEC52
Text Example
Text Example
White with #AFEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC52; }
p { color: rgb(175,236,82); }
H1.HeaderClassName
{
color: #AFEC52;
}
.AnyTagClassName
{
color: #AFEC52;
}
</style>
background-color css
<style>
a { background-color: #AFEC52; }
a { background-color: rgb(175,236,82); }
div.DivClassName
{
background-color: #AFEC52;
}
.BgClassName
{
background-color: #AFEC52;
}
</style>
border-color css
<style>
span { border-color: #AFEC52; }
span { border-color: rgb(175,236,82); }
td.TdClassName
{
border-color: #AFEC52;
}
.TagClassName
{
border-color: #AFEC52;
}
</style>