Shades of Yellow Green #ABDB2D
Tints of Yellow Green #ABDB2D
RGB
CMYK
RGB Variations
Color information
#ABDB2D (or 0xABDB2D) is known color: Yellow Green. HEX triplet: AB, DB and 2D. RGB value is (171,219,45). Sum of RGB (Red+Green+Blue) = 171+219+45=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB2D is #5424D2. Grayscale: #B9B9B9. Windows color (decimal): -5514451 or 3005355. OLE color: 3005355.
HSL color Cylindrical-coordinate representation of color #ABDB2D: hue angle of 76.55º 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 #ABDB2D is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 45 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.14 |
| HSL | 76.55º | 0.71% | 0.52% | - |
| HSV(B) | 76.55º | 0.79% | 0.86% | - |
| XYZ | 42.6 | 59.51 | 11.72 | - |
| YUV | 184.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 45 | 0.22 | 0 | 0.79 | 0.14 | 76.55 | 0.71 | 0.52 |
| Hex | AB | DB | 2D | 16 | 0 | 4F | E | 4D | 47 | 34 |
| Octal | 253 | 333 | 55 | 26 | 0 | 117 | 16 | 115 | 107 | 64 |
| Binary | 10101011 | 11011011 | 101101 | 10110 | 0 | 1001111 | 1110 | 1001101 | 1000111 | 110100 |
Color Harmonies of #ABDB2D
Complementary color
Monochromatic Colors of #ABDB2D
Black with #ABDB2D
Text Example
Text Example
White with #ABDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB2D; }
p { color: rgb(171,219,45); }
H1.HeaderClassName
{
color: #ABDB2D;
}
.AnyTagClassName
{
color: #ABDB2D;
}
</style>
background-color css
<style>
a { background-color: #ABDB2D; }
a { background-color: rgb(171,219,45); }
div.DivClassName
{
background-color: #ABDB2D;
}
.BgClassName
{
background-color: #ABDB2D;
}
</style>
border-color css
<style>
span { border-color: #ABDB2D; }
span { border-color: rgb(171,219,45); }
td.TdClassName
{
border-color: #ABDB2D;
}
.TagClassName
{
border-color: #ABDB2D;
}
</style>