Shades of Green Yellow #ADEE30
Tints of Green Yellow #ADEE30
RGB
CMYK
RGB Variations
Color information
#ADEE30 (or 0xADEE30) is known color: Green Yellow. HEX triplet: AD, EE and 30. RGB value is (173,238,48). Sum of RGB (Red+Green+Blue) = 173+238+48=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE30 is #5211CF. Grayscale: #C5C5C5. Windows color (decimal): -5378512 or 3206829. OLE color: 3206829.
HSL color Cylindrical-coordinate representation of color #ADEE30: hue angle of 80.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADEE30 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 48 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.07 |
| HSL | 80.53º | 0.85% | 0.56% | - |
| HSV(B) | 80.53º | 0.8% | 0.93% | - |
| XYZ | 48.34 | 70.25 | 13.81 | - |
| YUV | 196.91 | 43.97 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 48 | 0.27 | 0 | 0.80 | 0.07 | 80.53 | 0.85 | 0.56 |
| Hex | AD | EE | 30 | 1B | 0 | 50 | 7 | 51 | 55 | 38 |
| Octal | 255 | 356 | 60 | 33 | 0 | 120 | 7 | 121 | 125 | 70 |
| Binary | 10101101 | 11101110 | 110000 | 11011 | 0 | 1010000 | 111 | 1010001 | 1010101 | 111000 |
Color Harmonies of #ADEE30
Complementary color
Monochromatic Colors of #ADEE30
Black with #ADEE30
Text Example
Text Example
White with #ADEE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE30; }
p { color: rgb(173,238,48); }
H1.HeaderClassName
{
color: #ADEE30;
}
.AnyTagClassName
{
color: #ADEE30;
}
</style>
background-color css
<style>
a { background-color: #ADEE30; }
a { background-color: rgb(173,238,48); }
div.DivClassName
{
background-color: #ADEE30;
}
.BgClassName
{
background-color: #ADEE30;
}
</style>
border-color css
<style>
span { border-color: #ADEE30; }
span { border-color: rgb(173,238,48); }
td.TdClassName
{
border-color: #ADEE30;
}
.TagClassName
{
border-color: #ADEE30;
}
</style>