Shades of Conifer #AFEC51
Tints of Conifer #AFEC51
RGB
CMYK
RGB Variations
Color information
#AFEC51 (or 0xAFEC51) is known color: Conifer. HEX triplet: AF, EC and 51. RGB value is (175,236,81). Sum of RGB (Red+Green+Blue) = 175+236+81=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC51 is #5013AE. Grayscale: #C8C8C8. Windows color (decimal): -5247919 or 5369007. OLE color: 5369007.
HSL color Cylindrical-coordinate representation of color #AFEC51: hue angle of 83.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFEC51 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 81 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.07 |
| HSL | 83.61º | 0.8% | 0.62% | - |
| HSV(B) | 83.61º | 0.66% | 0.93% | - |
| XYZ | 49.16 | 69.7 | 18.65 | - |
| YUV | 200.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 81 | 0.26 | 0 | 0.66 | 0.07 | 83.61 | 0.8 | 0.62 |
| Hex | AF | EC | 51 | 1A | 0 | 42 | 7 | 54 | 50 | 3E |
| Octal | 257 | 354 | 121 | 32 | 0 | 102 | 7 | 124 | 120 | 76 |
| Binary | 10101111 | 11101100 | 1010001 | 11010 | 0 | 1000010 | 111 | 1010100 | 1010000 | 111110 |
Color Harmonies of #AFEC51
Complementary color
Monochromatic Colors of #AFEC51
Black with #AFEC51
Text Example
Text Example
White with #AFEC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC51; }
p { color: rgb(175,236,81); }
H1.HeaderClassName
{
color: #AFEC51;
}
.AnyTagClassName
{
color: #AFEC51;
}
</style>
background-color css
<style>
a { background-color: #AFEC51; }
a { background-color: rgb(175,236,81); }
div.DivClassName
{
background-color: #AFEC51;
}
.BgClassName
{
background-color: #AFEC51;
}
</style>
border-color css
<style>
span { border-color: #AFEC51; }
span { border-color: rgb(175,236,81); }
td.TdClassName
{
border-color: #AFEC51;
}
.TagClassName
{
border-color: #AFEC51;
}
</style>