Shades of Yellow Green #ABDD2D
Tints of Yellow Green #ABDD2D
RGB
CMYK
RGB Variations
Color information
#ABDD2D (or 0xABDD2D) is known color: Yellow Green. HEX triplet: AB, DD and 2D. RGB value is (171,221,45). Sum of RGB (Red+Green+Blue) = 171+221+45=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD2D is #5422D2. Grayscale: #BABABA. Windows color (decimal): -5513939 or 3005867. OLE color: 3005867.
HSL color Cylindrical-coordinate representation of color #ABDD2D: hue angle of 77.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABDD2D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 45 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.13 |
| HSL | 77.05º | 0.72% | 0.52% | - |
| HSV(B) | 77.05º | 0.8% | 0.87% | - |
| XYZ | 43.12 | 60.56 | 11.9 | - |
| YUV | 185.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 45 | 0.23 | 0 | 0.80 | 0.13 | 77.05 | 0.72 | 0.52 |
| Hex | AB | DD | 2D | 17 | 0 | 50 | D | 4D | 48 | 34 |
| Octal | 253 | 335 | 55 | 27 | 0 | 120 | 15 | 115 | 110 | 64 |
| Binary | 10101011 | 11011101 | 101101 | 10111 | 0 | 1010000 | 1101 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ABDD2D
Complementary color
Monochromatic Colors of #ABDD2D
Black with #ABDD2D
Text Example
Text Example
White with #ABDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD2D; }
p { color: rgb(171,221,45); }
H1.HeaderClassName
{
color: #ABDD2D;
}
.AnyTagClassName
{
color: #ABDD2D;
}
</style>
background-color css
<style>
a { background-color: #ABDD2D; }
a { background-color: rgb(171,221,45); }
div.DivClassName
{
background-color: #ABDD2D;
}
.BgClassName
{
background-color: #ABDD2D;
}
</style>
border-color css
<style>
span { border-color: #ABDD2D; }
span { border-color: rgb(171,221,45); }
td.TdClassName
{
border-color: #ABDD2D;
}
.TagClassName
{
border-color: #ABDD2D;
}
</style>