Shades of Green Yellow #ADEE2F
Tints of Green Yellow #ADEE2F
RGB
CMYK
RGB Variations
Color information
#ADEE2F (or 0xADEE2F) is known color: Green Yellow. HEX triplet: AD, EE and 2F. RGB value is (173,238,47). Sum of RGB (Red+Green+Blue) = 173+238+47=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE2F is #5211D0. Grayscale: #C5C5C5. Windows color (decimal): -5378513 or 3141293. OLE color: 3141293.
HSL color Cylindrical-coordinate representation of color #ADEE2F: hue angle of 80.42º 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 #ADEE2F is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 47 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.07 |
| HSL | 80.42º | 0.85% | 0.56% | - |
| HSV(B) | 80.42º | 0.8% | 0.93% | - |
| XYZ | 48.32 | 70.24 | 13.7 | - |
| YUV | 196.79 | 43.47 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 47 | 0.27 | 0 | 0.80 | 0.07 | 80.42 | 0.85 | 0.56 |
| Hex | AD | EE | 2F | 1B | 0 | 50 | 7 | 50 | 55 | 38 |
| Octal | 255 | 356 | 57 | 33 | 0 | 120 | 7 | 120 | 125 | 70 |
| Binary | 10101101 | 11101110 | 101111 | 11011 | 0 | 1010000 | 111 | 1010000 | 1010101 | 111000 |
Color Harmonies of #ADEE2F
Complementary color
Monochromatic Colors of #ADEE2F
Black with #ADEE2F
Text Example
Text Example
White with #ADEE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE2F; }
p { color: rgb(173,238,47); }
H1.HeaderClassName
{
color: #ADEE2F;
}
.AnyTagClassName
{
color: #ADEE2F;
}
</style>
background-color css
<style>
a { background-color: #ADEE2F; }
a { background-color: rgb(173,238,47); }
div.DivClassName
{
background-color: #ADEE2F;
}
.BgClassName
{
background-color: #ADEE2F;
}
</style>
border-color css
<style>
span { border-color: #ADEE2F; }
span { border-color: rgb(173,238,47); }
td.TdClassName
{
border-color: #ADEE2F;
}
.TagClassName
{
border-color: #ADEE2F;
}
</style>