Shades of Green Yellow #ADF03E
Tints of Green Yellow #ADF03E
RGB
CMYK
RGB Variations
Color information
#ADF03E (or 0xADF03E) is known color: Green Yellow. HEX triplet: AD, F0 and 3E. RGB value is (173,240,62). Sum of RGB (Red+Green+Blue) = 173+240+62=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF03E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF03E is #520FC1. Grayscale: #C8C8C8. Windows color (decimal): -5377986 or 4124845. OLE color: 4124845.
HSL color Cylindrical-coordinate representation of color #ADF03E: hue angle of 82.58º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADF03E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 62 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.06 |
| HSL | 82.58º | 0.86% | 0.59% | - |
| HSV(B) | 82.58º | 0.74% | 0.94% | - |
| XYZ | 49.26 | 71.55 | 15.77 | - |
| YUV | 199.68 | 50.3 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 62 | 0.28 | 0 | 0.74 | 0.06 | 82.58 | 0.86 | 0.59 |
| Hex | AD | F0 | 3E | 1C | 0 | 4A | 6 | 53 | 56 | 3B |
| Octal | 255 | 360 | 76 | 34 | 0 | 112 | 6 | 123 | 126 | 73 |
| Binary | 10101101 | 11110000 | 111110 | 11100 | 0 | 1001010 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #ADF03E
Complementary color
Monochromatic Colors of #ADF03E
Black with #ADF03E
Text Example
Text Example
White with #ADF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF03E; }
p { color: rgb(173,240,62); }
H1.HeaderClassName
{
color: #ADF03E;
}
.AnyTagClassName
{
color: #ADF03E;
}
</style>
background-color css
<style>
a { background-color: #ADF03E; }
a { background-color: rgb(173,240,62); }
div.DivClassName
{
background-color: #ADF03E;
}
.BgClassName
{
background-color: #ADF03E;
}
</style>
border-color css
<style>
span { border-color: #ADF03E; }
span { border-color: rgb(173,240,62); }
td.TdClassName
{
border-color: #ADF03E;
}
.TagClassName
{
border-color: #ADF03E;
}
</style>