Shades of Conifer #ABDE4D
Tints of Conifer #ABDE4D
RGB
CMYK
RGB Variations
Color information
#ABDE4D (or 0xABDE4D) is known color: Conifer. HEX triplet: AB, DE and 4D. RGB value is (171,222,77). Sum of RGB (Red+Green+Blue) = 171+222+77=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE4D is #5421B2. Grayscale: #BEBEBE. Windows color (decimal): -5513651 or 5103275. OLE color: 5103275.
HSL color Cylindrical-coordinate representation of color #ABDE4D: hue angle of 81.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABDE4D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 77 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.13 |
| HSL | 81.1º | 0.69% | 0.59% | - |
| HSV(B) | 81.1º | 0.65% | 0.87% | - |
| XYZ | 44.26 | 61.44 | 16.55 | - |
| YUV | 190.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 77 | 0.23 | 0 | 0.65 | 0.13 | 81.1 | 0.69 | 0.59 |
| Hex | AB | DE | 4D | 17 | 0 | 41 | D | 51 | 45 | 3B |
| Octal | 253 | 336 | 115 | 27 | 0 | 101 | 15 | 121 | 105 | 73 |
| Binary | 10101011 | 11011110 | 1001101 | 10111 | 0 | 1000001 | 1101 | 1010001 | 1000101 | 111011 |
Color Harmonies of #ABDE4D
Complementary color
Monochromatic Colors of #ABDE4D
Black with #ABDE4D
Text Example
Text Example
White with #ABDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE4D; }
p { color: rgb(171,222,77); }
H1.HeaderClassName
{
color: #ABDE4D;
}
.AnyTagClassName
{
color: #ABDE4D;
}
</style>
background-color css
<style>
a { background-color: #ABDE4D; }
a { background-color: rgb(171,222,77); }
div.DivClassName
{
background-color: #ABDE4D;
}
.BgClassName
{
background-color: #ABDE4D;
}
</style>
border-color css
<style>
span { border-color: #ABDE4D; }
span { border-color: rgb(171,222,77); }
td.TdClassName
{
border-color: #ABDE4D;
}
.TagClassName
{
border-color: #ABDE4D;
}
</style>