Shades of Green Yellow #ADEE34
Tints of Green Yellow #ADEE34
RGB
CMYK
RGB Variations
Color information
#ADEE34 (or 0xADEE34) is known color: Green Yellow. HEX triplet: AD, EE and 34. RGB value is (173,238,52). Sum of RGB (Red+Green+Blue) = 173+238+52=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE34 is #5211CB. Grayscale: #C6C6C6. Windows color (decimal): -5378508 or 3468973. OLE color: 3468973.
HSL color Cylindrical-coordinate representation of color #ADEE34: hue angle of 80.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADEE34 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 52 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.07 |
| HSL | 80.97º | 0.85% | 0.57% | - |
| HSV(B) | 80.97º | 0.78% | 0.93% | - |
| XYZ | 48.43 | 70.28 | 14.26 | - |
| YUV | 197.36 | 45.97 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 52 | 0.27 | 0 | 0.78 | 0.07 | 80.97 | 0.85 | 0.57 |
| Hex | AD | EE | 34 | 1B | 0 | 4E | 7 | 51 | 55 | 39 |
| Octal | 255 | 356 | 64 | 33 | 0 | 116 | 7 | 121 | 125 | 71 |
| Binary | 10101101 | 11101110 | 110100 | 11011 | 0 | 1001110 | 111 | 1010001 | 1010101 | 111001 |
Color Harmonies of #ADEE34
Complementary color
Monochromatic Colors of #ADEE34
Black with #ADEE34
Text Example
Text Example
White with #ADEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE34; }
p { color: rgb(173,238,52); }
H1.HeaderClassName
{
color: #ADEE34;
}
.AnyTagClassName
{
color: #ADEE34;
}
</style>
background-color css
<style>
a { background-color: #ADEE34; }
a { background-color: rgb(173,238,52); }
div.DivClassName
{
background-color: #ADEE34;
}
.BgClassName
{
background-color: #ADEE34;
}
</style>
border-color css
<style>
span { border-color: #ADEE34; }
span { border-color: rgb(173,238,52); }
td.TdClassName
{
border-color: #ADEE34;
}
.TagClassName
{
border-color: #ADEE34;
}
</style>