Shades of Conifer #AFEC56
Tints of Conifer #AFEC56
RGB
CMYK
RGB Variations
Color information
#AFEC56 (or 0xAFEC56) is known color: Conifer. HEX triplet: AF, EC and 56. RGB value is (175,236,86). Sum of RGB (Red+Green+Blue) = 175+236+86=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC56 is #5013A9. Grayscale: #C9C9C9. Windows color (decimal): -5247914 or 5696687. OLE color: 5696687.
HSL color Cylindrical-coordinate representation of color #AFEC56: hue angle of 84.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFEC56 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 86 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.07 |
| HSL | 84.4º | 0.8% | 0.63% | - |
| HSV(B) | 84.4º | 0.64% | 0.93% | - |
| XYZ | 49.35 | 69.78 | 19.67 | - |
| YUV | 200.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 86 | 0.26 | 0 | 0.64 | 0.07 | 84.4 | 0.8 | 0.63 |
| Hex | AF | EC | 56 | 1A | 0 | 40 | 7 | 54 | 50 | 3F |
| Octal | 257 | 354 | 126 | 32 | 0 | 100 | 7 | 124 | 120 | 77 |
| Binary | 10101111 | 11101100 | 1010110 | 11010 | 0 | 1000000 | 111 | 1010100 | 1010000 | 111111 |
Color Harmonies of #AFEC56
Complementary color
Monochromatic Colors of #AFEC56
Black with #AFEC56
Text Example
Text Example
White with #AFEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC56; }
p { color: rgb(175,236,86); }
H1.HeaderClassName
{
color: #AFEC56;
}
.AnyTagClassName
{
color: #AFEC56;
}
</style>
background-color css
<style>
a { background-color: #AFEC56; }
a { background-color: rgb(175,236,86); }
div.DivClassName
{
background-color: #AFEC56;
}
.BgClassName
{
background-color: #AFEC56;
}
</style>
border-color css
<style>
span { border-color: #AFEC56; }
span { border-color: rgb(175,236,86); }
td.TdClassName
{
border-color: #AFEC56;
}
.TagClassName
{
border-color: #AFEC56;
}
</style>