Shades of Yellow Green #ABDA30
Tints of Yellow Green #ABDA30
RGB
CMYK
RGB Variations
Color information
#ABDA30 (or 0xABDA30) is known color: Yellow Green. HEX triplet: AB, DA and 30. RGB value is (171,218,48). Sum of RGB (Red+Green+Blue) = 171+218+48=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDA30 is #5425CF. Grayscale: #B9B9B9. Windows color (decimal): -5514704 or 3201707. OLE color: 3201707.
HSL color Cylindrical-coordinate representation of color #ABDA30: hue angle of 76.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABDA30 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 48 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.15 |
| HSL | 76.59º | 0.7% | 0.52% | - |
| HSV(B) | 76.59º | 0.78% | 0.85% | - |
| XYZ | 42.4 | 59.01 | 11.95 | - |
| YUV | 184.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 48 | 0.22 | 0 | 0.78 | 0.15 | 76.59 | 0.7 | 0.52 |
| Hex | AB | DA | 30 | 16 | 0 | 4E | F | 4D | 46 | 34 |
| Octal | 253 | 332 | 60 | 26 | 0 | 116 | 17 | 115 | 106 | 64 |
| Binary | 10101011 | 11011010 | 110000 | 10110 | 0 | 1001110 | 1111 | 1001101 | 1000110 | 110100 |
Color Harmonies of #ABDA30
Complementary color
Monochromatic Colors of #ABDA30
Black with #ABDA30
Text Example
Text Example
White with #ABDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA30; }
p { color: rgb(171,218,48); }
H1.HeaderClassName
{
color: #ABDA30;
}
.AnyTagClassName
{
color: #ABDA30;
}
</style>
background-color css
<style>
a { background-color: #ABDA30; }
a { background-color: rgb(171,218,48); }
div.DivClassName
{
background-color: #ABDA30;
}
.BgClassName
{
background-color: #ABDA30;
}
</style>
border-color css
<style>
span { border-color: #ABDA30; }
span { border-color: rgb(171,218,48); }
td.TdClassName
{
border-color: #ABDA30;
}
.TagClassName
{
border-color: #ABDA30;
}
</style>