Shades of Yellow Green #ABD430
Tints of Yellow Green #ABD430
RGB
CMYK
RGB Variations
Color information
#ABD430 (or 0xABD430) is known color: Yellow Green. HEX triplet: AB, D4 and 30. RGB value is (171,212,48). Sum of RGB (Red+Green+Blue) = 171+212+48=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD430 is #542BCF. Grayscale: #B5B5B5. Windows color (decimal): -5516240 or 3200171. OLE color: 3200171.
HSL color Cylindrical-coordinate representation of color #ABD430: hue angle of 75º degrees, saturation: 0.66, 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 #ABD430 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 212 | 48 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.17 |
| HSL | 75º | 0.66% | 0.51% | - |
| HSV(B) | 75º | 0.77% | 0.83% | - |
| XYZ | 40.87 | 55.96 | 11.44 | - |
| YUV | 181.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 212 | 48 | 0.19 | 0 | 0.77 | 0.17 | 75 | 0.66 | 0.51 |
| Hex | AB | D4 | 30 | 13 | 0 | 4D | 11 | 4B | 42 | 33 |
| Octal | 253 | 324 | 60 | 23 | 0 | 115 | 21 | 113 | 102 | 63 |
| Binary | 10101011 | 11010100 | 110000 | 10011 | 0 | 1001101 | 10001 | 1001011 | 1000010 | 110011 |
Color Harmonies of #ABD430
Complementary color
Monochromatic Colors of #ABD430
Black with #ABD430
Text Example
Text Example
White with #ABD430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD430; }
p { color: rgb(171,212,48); }
H1.HeaderClassName
{
color: #ABD430;
}
.AnyTagClassName
{
color: #ABD430;
}
</style>
background-color css
<style>
a { background-color: #ABD430; }
a { background-color: rgb(171,212,48); }
div.DivClassName
{
background-color: #ABD430;
}
.BgClassName
{
background-color: #ABD430;
}
</style>
border-color css
<style>
span { border-color: #ABD430; }
span { border-color: rgb(171,212,48); }
td.TdClassName
{
border-color: #ABD430;
}
.TagClassName
{
border-color: #ABD430;
}
</style>