Shades of Green Yellow #ADE530
Tints of Green Yellow #ADE530
RGB
CMYK
RGB Variations
Color information
#ADE530 (or 0xADE530) is known color: Green Yellow. HEX triplet: AD, E5 and 30. RGB value is (173,229,48). Sum of RGB (Red+Green+Blue) = 173+229+48=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE530 is #521ACF. Grayscale: #C0C0C0. Windows color (decimal): -5380816 or 3204525. OLE color: 3204525.
HSL color Cylindrical-coordinate representation of color #ADE530: hue angle of 78.56º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADE530 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 48 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.10 |
| HSL | 78.56º | 0.78% | 0.54% | - |
| HSV(B) | 78.56º | 0.79% | 0.9% | - |
| XYZ | 45.79 | 65.14 | 12.96 | - |
| YUV | 191.62 | 46.95 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 48 | 0.24 | 0 | 0.79 | 0.10 | 78.56 | 0.78 | 0.54 |
| Hex | AD | E5 | 30 | 18 | 0 | 4F | A | 4F | 4E | 36 |
| Octal | 255 | 345 | 60 | 30 | 0 | 117 | 12 | 117 | 116 | 66 |
| Binary | 10101101 | 11100101 | 110000 | 11000 | 0 | 1001111 | 1010 | 1001111 | 1001110 | 110110 |
Color Harmonies of #ADE530
Complementary color
Monochromatic Colors of #ADE530
Black with #ADE530
Text Example
Text Example
White with #ADE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE530; }
p { color: rgb(173,229,48); }
H1.HeaderClassName
{
color: #ADE530;
}
.AnyTagClassName
{
color: #ADE530;
}
</style>
background-color css
<style>
a { background-color: #ADE530; }
a { background-color: rgb(173,229,48); }
div.DivClassName
{
background-color: #ADE530;
}
.BgClassName
{
background-color: #ADE530;
}
</style>
border-color css
<style>
span { border-color: #ADE530; }
span { border-color: rgb(173,229,48); }
td.TdClassName
{
border-color: #ADE530;
}
.TagClassName
{
border-color: #ADE530;
}
</style>