Shades of Yellow Green #ABD330
Tints of Yellow Green #ABD330
RGB
CMYK
RGB Variations
Color information
#ABD330 (or 0xABD330) is known color: Yellow Green. HEX triplet: AB, D3 and 30. RGB value is (171,211,48). Sum of RGB (Red+Green+Blue) = 171+211+48=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD330 is #542CCF. Grayscale: #B5B5B5. Windows color (decimal): -5516496 or 3199915. OLE color: 3199915.
HSL color Cylindrical-coordinate representation of color #ABD330: hue angle of 74.72º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABD330 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 48 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.17 |
| HSL | 74.72º | 0.65% | 0.51% | - |
| HSV(B) | 74.72º | 0.77% | 0.83% | - |
| XYZ | 40.62 | 55.46 | 11.36 | - |
| YUV | 180.46 | 53.25 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 48 | 0.19 | 0 | 0.77 | 0.17 | 74.72 | 0.65 | 0.51 |
| Hex | AB | D3 | 30 | 13 | 0 | 4D | 11 | 4B | 41 | 33 |
| Octal | 253 | 323 | 60 | 23 | 0 | 115 | 21 | 113 | 101 | 63 |
| Binary | 10101011 | 11010011 | 110000 | 10011 | 0 | 1001101 | 10001 | 1001011 | 1000001 | 110011 |
Color Harmonies of #ABD330
Complementary color
Monochromatic Colors of #ABD330
Black with #ABD330
Text Example
Text Example
White with #ABD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD330; }
p { color: rgb(171,211,48); }
H1.HeaderClassName
{
color: #ABD330;
}
.AnyTagClassName
{
color: #ABD330;
}
</style>
background-color css
<style>
a { background-color: #ABD330; }
a { background-color: rgb(171,211,48); }
div.DivClassName
{
background-color: #ABD330;
}
.BgClassName
{
background-color: #ABD330;
}
</style>
border-color css
<style>
span { border-color: #ABD330; }
span { border-color: rgb(171,211,48); }
td.TdClassName
{
border-color: #ABD330;
}
.TagClassName
{
border-color: #ABD330;
}
</style>