Shades of Yellow Green #ABDB2E
Tints of Yellow Green #ABDB2E
RGB
CMYK
RGB Variations
Color information
#ABDB2E (or 0xABDB2E) is known color: Yellow Green. HEX triplet: AB, DB and 2E. RGB value is (171,219,46). Sum of RGB (Red+Green+Blue) = 171+219+46=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB2E is #5424D1. Grayscale: #B9B9B9. Windows color (decimal): -5514450 or 3070891. OLE color: 3070891.
HSL color Cylindrical-coordinate representation of color #ABDB2E: hue angle of 76.65º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABDB2E is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 46 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.14 |
| HSL | 76.65º | 0.71% | 0.52% | - |
| HSV(B) | 76.65º | 0.79% | 0.86% | - |
| XYZ | 42.62 | 59.52 | 11.83 | - |
| YUV | 184.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 46 | 0.22 | 0 | 0.79 | 0.14 | 76.65 | 0.71 | 0.52 |
| Hex | AB | DB | 2E | 16 | 0 | 4F | E | 4D | 47 | 34 |
| Octal | 253 | 333 | 56 | 26 | 0 | 117 | 16 | 115 | 107 | 64 |
| Binary | 10101011 | 11011011 | 101110 | 10110 | 0 | 1001111 | 1110 | 1001101 | 1000111 | 110100 |
Color Harmonies of #ABDB2E
Complementary color
Monochromatic Colors of #ABDB2E
Black with #ABDB2E
Text Example
Text Example
White with #ABDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB2E; }
p { color: rgb(171,219,46); }
H1.HeaderClassName
{
color: #ABDB2E;
}
.AnyTagClassName
{
color: #ABDB2E;
}
</style>
background-color css
<style>
a { background-color: #ABDB2E; }
a { background-color: rgb(171,219,46); }
div.DivClassName
{
background-color: #ABDB2E;
}
.BgClassName
{
background-color: #ABDB2E;
}
</style>
border-color css
<style>
span { border-color: #ABDB2E; }
span { border-color: rgb(171,219,46); }
td.TdClassName
{
border-color: #ABDB2E;
}
.TagClassName
{
border-color: #ABDB2E;
}
</style>