Shades of Yellow Green #ABDD2C
Tints of Yellow Green #ABDD2C
RGB
CMYK
RGB Variations
Color information
#ABDD2C (or 0xABDD2C) is known color: Yellow Green. HEX triplet: AB, DD and 2C. RGB value is (171,221,44). Sum of RGB (Red+Green+Blue) = 171+221+44=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD2C is #5422D3. Grayscale: #BABABA. Windows color (decimal): -5513940 or 2940331. OLE color: 2940331.
HSL color Cylindrical-coordinate representation of color #ABDD2C: hue angle of 76.95º 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 #ABDD2C is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 44 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.13 |
| HSL | 76.95º | 0.72% | 0.52% | - |
| HSV(B) | 76.95º | 0.8% | 0.87% | - |
| XYZ | 43.11 | 60.55 | 11.8 | - |
| YUV | 185.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 44 | 0.23 | 0 | 0.80 | 0.13 | 76.95 | 0.72 | 0.52 |
| Hex | AB | DD | 2C | 17 | 0 | 50 | D | 4D | 48 | 34 |
| Octal | 253 | 335 | 54 | 27 | 0 | 120 | 15 | 115 | 110 | 64 |
| Binary | 10101011 | 11011101 | 101100 | 10111 | 0 | 1010000 | 1101 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ABDD2C
Complementary color
Monochromatic Colors of #ABDD2C
Black with #ABDD2C
Text Example
Text Example
White with #ABDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD2C; }
p { color: rgb(171,221,44); }
H1.HeaderClassName
{
color: #ABDD2C;
}
.AnyTagClassName
{
color: #ABDD2C;
}
</style>
background-color css
<style>
a { background-color: #ABDD2C; }
a { background-color: rgb(171,221,44); }
div.DivClassName
{
background-color: #ABDD2C;
}
.BgClassName
{
background-color: #ABDD2C;
}
</style>
border-color css
<style>
span { border-color: #ABDD2C; }
span { border-color: rgb(171,221,44); }
td.TdClassName
{
border-color: #ABDD2C;
}
.TagClassName
{
border-color: #ABDD2C;
}
</style>