Shades of Yellow Green #ABDD2B
Tints of Yellow Green #ABDD2B
RGB
CMYK
RGB Variations
Color information
#ABDD2B (or 0xABDD2B) is known color: Yellow Green. HEX triplet: AB, DD and 2B. RGB value is (171,221,43). Sum of RGB (Red+Green+Blue) = 171+221+43=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD2B is #5422D4. Grayscale: #BABABA. Windows color (decimal): -5513941 or 2874795. OLE color: 2874795.
HSL color Cylindrical-coordinate representation of color #ABDD2B: hue angle of 76.85º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABDD2B is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 43 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.13 |
| HSL | 76.85º | 0.72% | 0.52% | - |
| HSV(B) | 76.85º | 0.81% | 0.87% | - |
| XYZ | 43.09 | 60.55 | 11.7 | - |
| YUV | 185.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 43 | 0.23 | 0 | 0.81 | 0.13 | 76.85 | 0.72 | 0.52 |
| Hex | AB | DD | 2B | 17 | 0 | 51 | D | 4D | 48 | 34 |
| Octal | 253 | 335 | 53 | 27 | 0 | 121 | 15 | 115 | 110 | 64 |
| Binary | 10101011 | 11011101 | 101011 | 10111 | 0 | 1010001 | 1101 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ABDD2B
Complementary color
Monochromatic Colors of #ABDD2B
Black with #ABDD2B
Text Example
Text Example
White with #ABDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD2B; }
p { color: rgb(171,221,43); }
H1.HeaderClassName
{
color: #ABDD2B;
}
.AnyTagClassName
{
color: #ABDD2B;
}
</style>
background-color css
<style>
a { background-color: #ABDD2B; }
a { background-color: rgb(171,221,43); }
div.DivClassName
{
background-color: #ABDD2B;
}
.BgClassName
{
background-color: #ABDD2B;
}
</style>
border-color css
<style>
span { border-color: #ABDD2B; }
span { border-color: rgb(171,221,43); }
td.TdClassName
{
border-color: #ABDD2B;
}
.TagClassName
{
border-color: #ABDD2B;
}
</style>