Shades of Green Yellow #ADE534
Tints of Green Yellow #ADE534
RGB
CMYK
RGB Variations
Color information
#ADE534 (or 0xADE534) is known color: Green Yellow. HEX triplet: AD, E5 and 34. RGB value is (173,229,52). Sum of RGB (Red+Green+Blue) = 173+229+52=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE534 is #521ACB. Grayscale: #C0C0C0. Windows color (decimal): -5380812 or 3466669. OLE color: 3466669.
HSL color Cylindrical-coordinate representation of color #ADE534: hue angle of 78.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADE534 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 52 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.10 |
| HSL | 78.98º | 0.77% | 0.55% | - |
| HSV(B) | 78.98º | 0.77% | 0.9% | - |
| XYZ | 45.87 | 65.17 | 13.41 | - |
| YUV | 192.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 52 | 0.24 | 0 | 0.77 | 0.10 | 78.98 | 0.77 | 0.55 |
| Hex | AD | E5 | 34 | 18 | 0 | 4D | A | 4F | 4D | 37 |
| Octal | 255 | 345 | 64 | 30 | 0 | 115 | 12 | 117 | 115 | 67 |
| Binary | 10101101 | 11100101 | 110100 | 11000 | 0 | 1001101 | 1010 | 1001111 | 1001101 | 110111 |
Color Harmonies of #ADE534
Complementary color
Monochromatic Colors of #ADE534
Black with #ADE534
Text Example
Text Example
White with #ADE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE534; }
p { color: rgb(173,229,52); }
H1.HeaderClassName
{
color: #ADE534;
}
.AnyTagClassName
{
color: #ADE534;
}
</style>
background-color css
<style>
a { background-color: #ADE534; }
a { background-color: rgb(173,229,52); }
div.DivClassName
{
background-color: #ADE534;
}
.BgClassName
{
background-color: #ADE534;
}
</style>
border-color css
<style>
span { border-color: #ADE534; }
span { border-color: rgb(173,229,52); }
td.TdClassName
{
border-color: #ADE534;
}
.TagClassName
{
border-color: #ADE534;
}
</style>