Shades of Conifer #AFEC41
Tints of Conifer #AFEC41
RGB
CMYK
RGB Variations
Color information
#AFEC41 (or 0xAFEC41) is known color: Conifer. HEX triplet: AF, EC and 41. RGB value is (175,236,65). Sum of RGB (Red+Green+Blue) = 175+236+65=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC41 is #5013BE. Grayscale: #C6C6C6. Windows color (decimal): -5247935 or 4320431. OLE color: 4320431.
HSL color Cylindrical-coordinate representation of color #AFEC41: hue angle of 81.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFEC41 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 65 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.07 |
| HSL | 81.4º | 0.82% | 0.59% | - |
| HSV(B) | 81.4º | 0.72% | 0.93% | - |
| XYZ | 48.63 | 69.49 | 15.85 | - |
| YUV | 198.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 65 | 0.26 | 0 | 0.72 | 0.07 | 81.4 | 0.82 | 0.59 |
| Hex | AF | EC | 41 | 1A | 0 | 48 | 7 | 51 | 52 | 3B |
| Octal | 257 | 354 | 101 | 32 | 0 | 110 | 7 | 121 | 122 | 73 |
| Binary | 10101111 | 11101100 | 1000001 | 11010 | 0 | 1001000 | 111 | 1010001 | 1010010 | 111011 |
Color Harmonies of #AFEC41
Complementary color
Monochromatic Colors of #AFEC41
Black with #AFEC41
Text Example
Text Example
White with #AFEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC41; }
p { color: rgb(175,236,65); }
H1.HeaderClassName
{
color: #AFEC41;
}
.AnyTagClassName
{
color: #AFEC41;
}
</style>
background-color css
<style>
a { background-color: #AFEC41; }
a { background-color: rgb(175,236,65); }
div.DivClassName
{
background-color: #AFEC41;
}
.BgClassName
{
background-color: #AFEC41;
}
</style>
border-color css
<style>
span { border-color: #AFEC41; }
span { border-color: rgb(175,236,65); }
td.TdClassName
{
border-color: #AFEC41;
}
.TagClassName
{
border-color: #AFEC41;
}
</style>