Shades of Conifer #ABDE4F
Tints of Conifer #ABDE4F
RGB
CMYK
RGB Variations
Color information
#ABDE4F (or 0xABDE4F) is known color: Conifer. HEX triplet: AB, DE and 4F. RGB value is (171,222,79). Sum of RGB (Red+Green+Blue) = 171+222+79=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE4F is #5421B0. Grayscale: #BEBEBE. Windows color (decimal): -5513649 or 5234347. OLE color: 5234347.
HSL color Cylindrical-coordinate representation of color #ABDE4F: hue angle of 81.4º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABDE4F is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 79 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.13 |
| HSL | 81.4º | 0.68% | 0.59% | - |
| HSV(B) | 81.4º | 0.64% | 0.87% | - |
| XYZ | 44.33 | 61.47 | 16.92 | - |
| YUV | 190.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 79 | 0.23 | 0 | 0.64 | 0.13 | 81.4 | 0.68 | 0.59 |
| Hex | AB | DE | 4F | 17 | 0 | 40 | D | 51 | 44 | 3B |
| Octal | 253 | 336 | 117 | 27 | 0 | 100 | 15 | 121 | 104 | 73 |
| Binary | 10101011 | 11011110 | 1001111 | 10111 | 0 | 1000000 | 1101 | 1010001 | 1000100 | 111011 |
Color Harmonies of #ABDE4F
Complementary color
Monochromatic Colors of #ABDE4F
Black with #ABDE4F
Text Example
Text Example
White with #ABDE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE4F; }
p { color: rgb(171,222,79); }
H1.HeaderClassName
{
color: #ABDE4F;
}
.AnyTagClassName
{
color: #ABDE4F;
}
</style>
background-color css
<style>
a { background-color: #ABDE4F; }
a { background-color: rgb(171,222,79); }
div.DivClassName
{
background-color: #ABDE4F;
}
.BgClassName
{
background-color: #ABDE4F;
}
</style>
border-color css
<style>
span { border-color: #ABDE4F; }
span { border-color: rgb(171,222,79); }
td.TdClassName
{
border-color: #ABDE4F;
}
.TagClassName
{
border-color: #ABDE4F;
}
</style>