Shades of Green Yellow #ADEC38
Tints of Green Yellow #ADEC38
RGB
CMYK
RGB Variations
Color information
#ADEC38 (or 0xADEC38) is known color: Green Yellow. HEX triplet: AD, EC and 38. RGB value is (173,236,56). Sum of RGB (Red+Green+Blue) = 173+236+56=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC38 is #5213C7. Grayscale: #C5C5C5. Windows color (decimal): -5379016 or 3730605. OLE color: 3730605.
HSL color Cylindrical-coordinate representation of color #ADEC38: hue angle of 81º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADEC38 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 56 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.07 |
| HSL | 81º | 0.83% | 0.57% | - |
| HSV(B) | 81º | 0.76% | 0.93% | - |
| XYZ | 47.94 | 69.16 | 14.56 | - |
| YUV | 196.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 56 | 0.27 | 0 | 0.76 | 0.07 | 81 | 0.83 | 0.57 |
| Hex | AD | EC | 38 | 1B | 0 | 4C | 7 | 51 | 53 | 39 |
| Octal | 255 | 354 | 70 | 33 | 0 | 114 | 7 | 121 | 123 | 71 |
| Binary | 10101101 | 11101100 | 111000 | 11011 | 0 | 1001100 | 111 | 1010001 | 1010011 | 111001 |
Color Harmonies of #ADEC38
Complementary color
Monochromatic Colors of #ADEC38
Black with #ADEC38
Text Example
Text Example
White with #ADEC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC38; }
p { color: rgb(173,236,56); }
H1.HeaderClassName
{
color: #ADEC38;
}
.AnyTagClassName
{
color: #ADEC38;
}
</style>
background-color css
<style>
a { background-color: #ADEC38; }
a { background-color: rgb(173,236,56); }
div.DivClassName
{
background-color: #ADEC38;
}
.BgClassName
{
background-color: #ADEC38;
}
</style>
border-color css
<style>
span { border-color: #ADEC38; }
span { border-color: rgb(173,236,56); }
td.TdClassName
{
border-color: #ADEC38;
}
.TagClassName
{
border-color: #ADEC38;
}
</style>