Shades of Yellow Green #ABDC2B
Tints of Yellow Green #ABDC2B
RGB
CMYK
RGB Variations
Color information
#ABDC2B (or 0xABDC2B) is known color: Yellow Green. HEX triplet: AB, DC and 2B. RGB value is (171,220,43). Sum of RGB (Red+Green+Blue) = 171+220+43=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC2B is #5423D4. Grayscale: #B9B9B9. Windows color (decimal): -5514197 or 2874539. OLE color: 2874539.
HSL color Cylindrical-coordinate representation of color #ABDC2B: hue angle of 76.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABDC2B is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 43 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.14 |
| HSL | 76.61º | 0.72% | 0.52% | - |
| HSV(B) | 76.61º | 0.8% | 0.86% | - |
| XYZ | 42.82 | 60.02 | 11.61 | - |
| YUV | 185.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 43 | 0.22 | 0 | 0.80 | 0.14 | 76.61 | 0.72 | 0.52 |
| Hex | AB | DC | 2B | 16 | 0 | 50 | E | 4D | 48 | 34 |
| Octal | 253 | 334 | 53 | 26 | 0 | 120 | 16 | 115 | 110 | 64 |
| Binary | 10101011 | 11011100 | 101011 | 10110 | 0 | 1010000 | 1110 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ABDC2B
Complementary color
Monochromatic Colors of #ABDC2B
Black with #ABDC2B
Text Example
Text Example
White with #ABDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC2B; }
p { color: rgb(171,220,43); }
H1.HeaderClassName
{
color: #ABDC2B;
}
.AnyTagClassName
{
color: #ABDC2B;
}
</style>
background-color css
<style>
a { background-color: #ABDC2B; }
a { background-color: rgb(171,220,43); }
div.DivClassName
{
background-color: #ABDC2B;
}
.BgClassName
{
background-color: #ABDC2B;
}
</style>
border-color css
<style>
span { border-color: #ABDC2B; }
span { border-color: rgb(171,220,43); }
td.TdClassName
{
border-color: #ABDC2B;
}
.TagClassName
{
border-color: #ABDC2B;
}
</style>