Shades of Green Yellow #ADEF2D
Tints of Green Yellow #ADEF2D
RGB
CMYK
RGB Variations
Color information
#ADEF2D (or 0xADEF2D) is known color: Green Yellow. HEX triplet: AD, EF and 2D. RGB value is (173,239,45). Sum of RGB (Red+Green+Blue) = 173+239+45=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEF2D is #5210D2. Grayscale: #C5C5C5. Windows color (decimal): -5378259 or 3010477. OLE color: 3010477.
HSL color Cylindrical-coordinate representation of color #ADEF2D: hue angle of 80.41º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADEF2D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.06 |
| HSL | 80.41º | 0.86% | 0.56% | - |
| HSV(B) | 80.41º | 0.81% | 0.94% | - |
| XYZ | 48.57 | 70.81 | 13.59 | - |
| YUV | 197.15 | 42.13 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 45 | 0.28 | 0 | 0.81 | 0.06 | 80.41 | 0.86 | 0.56 |
| Hex | AD | EF | 2D | 1C | 0 | 51 | 6 | 50 | 56 | 38 |
| Octal | 255 | 357 | 55 | 34 | 0 | 121 | 6 | 120 | 126 | 70 |
| Binary | 10101101 | 11101111 | 101101 | 11100 | 0 | 1010001 | 110 | 1010000 | 1010110 | 111000 |
Color Harmonies of #ADEF2D
Complementary color
Monochromatic Colors of #ADEF2D
Black with #ADEF2D
Text Example
Text Example
White with #ADEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF2D; }
p { color: rgb(173,239,45); }
H1.HeaderClassName
{
color: #ADEF2D;
}
.AnyTagClassName
{
color: #ADEF2D;
}
</style>
background-color css
<style>
a { background-color: #ADEF2D; }
a { background-color: rgb(173,239,45); }
div.DivClassName
{
background-color: #ADEF2D;
}
.BgClassName
{
background-color: #ADEF2D;
}
</style>
border-color css
<style>
span { border-color: #ADEF2D; }
span { border-color: rgb(173,239,45); }
td.TdClassName
{
border-color: #ADEF2D;
}
.TagClassName
{
border-color: #ADEF2D;
}
</style>