Shades of Yellow Green #ADD230
Tints of Yellow Green #ADD230
RGB
CMYK
RGB Variations
Color information
#ADD230 (or 0xADD230) is known color: Yellow Green. HEX triplet: AD, D2 and 30. RGB value is (173,210,48). Sum of RGB (Red+Green+Blue) = 173+210+48=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD230 is #522DCF. Grayscale: #B5B5B5. Windows color (decimal): -5385680 or 3199661. OLE color: 3199661.
HSL color Cylindrical-coordinate representation of color #ADD230: hue angle of 73.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADD230 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 48 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.18 |
| HSL | 73.7º | 0.64% | 0.51% | - |
| HSV(B) | 73.7º | 0.77% | 0.82% | - |
| XYZ | 40.81 | 55.19 | 11.3 | - |
| YUV | 180.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 48 | 0.18 | 0 | 0.77 | 0.18 | 73.7 | 0.64 | 0.51 |
| Hex | AD | D2 | 30 | 12 | 0 | 4D | 12 | 4A | 40 | 33 |
| Octal | 255 | 322 | 60 | 22 | 0 | 115 | 22 | 112 | 100 | 63 |
| Binary | 10101101 | 11010010 | 110000 | 10010 | 0 | 1001101 | 10010 | 1001010 | 1000000 | 110011 |
Color Harmonies of #ADD230
Complementary color
Monochromatic Colors of #ADD230
Black with #ADD230
Text Example
Text Example
White with #ADD230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD230; }
p { color: rgb(173,210,48); }
H1.HeaderClassName
{
color: #ADD230;
}
.AnyTagClassName
{
color: #ADD230;
}
</style>
background-color css
<style>
a { background-color: #ADD230; }
a { background-color: rgb(173,210,48); }
div.DivClassName
{
background-color: #ADD230;
}
.BgClassName
{
background-color: #ADD230;
}
</style>
border-color css
<style>
span { border-color: #ADD230; }
span { border-color: rgb(173,210,48); }
td.TdClassName
{
border-color: #ADD230;
}
.TagClassName
{
border-color: #ADD230;
}
</style>