Shades of Conifer #AFEC57
Tints of Conifer #AFEC57
RGB
CMYK
RGB Variations
Color information
#AFEC57 (or 0xAFEC57) is known color: Conifer. HEX triplet: AF, EC and 57. RGB value is (175,236,87). Sum of RGB (Red+Green+Blue) = 175+236+87=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC57 is #5013A8. Grayscale: #C9C9C9. Windows color (decimal): -5247913 or 5762223. OLE color: 5762223.
HSL color Cylindrical-coordinate representation of color #AFEC57: hue angle of 84.56º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFEC57 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 87 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.07 |
| HSL | 84.56º | 0.8% | 0.63% | - |
| HSV(B) | 84.56º | 0.63% | 0.93% | - |
| XYZ | 49.39 | 69.79 | 19.88 | - |
| YUV | 200.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 87 | 0.26 | 0 | 0.63 | 0.07 | 84.56 | 0.8 | 0.63 |
| Hex | AF | EC | 57 | 1A | 0 | 3F | 7 | 55 | 50 | 3F |
| Octal | 257 | 354 | 127 | 32 | 0 | 77 | 7 | 125 | 120 | 77 |
| Binary | 10101111 | 11101100 | 1010111 | 11010 | 0 | 111111 | 111 | 1010101 | 1010000 | 111111 |
Color Harmonies of #AFEC57
Complementary color
Monochromatic Colors of #AFEC57
Black with #AFEC57
Text Example
Text Example
White with #AFEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC57; }
p { color: rgb(175,236,87); }
H1.HeaderClassName
{
color: #AFEC57;
}
.AnyTagClassName
{
color: #AFEC57;
}
</style>
background-color css
<style>
a { background-color: #AFEC57; }
a { background-color: rgb(175,236,87); }
div.DivClassName
{
background-color: #AFEC57;
}
.BgClassName
{
background-color: #AFEC57;
}
</style>
border-color css
<style>
span { border-color: #AFEC57; }
span { border-color: rgb(175,236,87); }
td.TdClassName
{
border-color: #AFEC57;
}
.TagClassName
{
border-color: #AFEC57;
}
</style>