Shades of Green Yellow #ADF02D
Tints of Green Yellow #ADF02D
RGB
CMYK
RGB Variations
Color information
#ADF02D (or 0xADF02D) is known color: Green Yellow. HEX triplet: AD, F0 and 2D. RGB value is (173,240,45). Sum of RGB (Red+Green+Blue) = 173+240+45=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF02D is #520FD2. Grayscale: #C6C6C6. Windows color (decimal): -5378003 or 3010733. OLE color: 3010733.
HSL color Cylindrical-coordinate representation of color #ADF02D: hue angle of 80.62º degrees, saturation: 0.87, 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 #ADF02D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.06 |
| HSL | 80.62º | 0.87% | 0.56% | - |
| HSV(B) | 80.62º | 0.81% | 0.94% | - |
| XYZ | 48.87 | 71.39 | 13.69 | - |
| YUV | 197.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 45 | 0.28 | 0 | 0.81 | 0.06 | 80.62 | 0.87 | 0.56 |
| Hex | AD | F0 | 2D | 1C | 0 | 51 | 6 | 51 | 57 | 38 |
| Octal | 255 | 360 | 55 | 34 | 0 | 121 | 6 | 121 | 127 | 70 |
| Binary | 10101101 | 11110000 | 101101 | 11100 | 0 | 1010001 | 110 | 1010001 | 1010111 | 111000 |
Color Harmonies of #ADF02D
Complementary color
Monochromatic Colors of #ADF02D
Black with #ADF02D
Text Example
Text Example
White with #ADF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF02D; }
p { color: rgb(173,240,45); }
H1.HeaderClassName
{
color: #ADF02D;
}
.AnyTagClassName
{
color: #ADF02D;
}
</style>
background-color css
<style>
a { background-color: #ADF02D; }
a { background-color: rgb(173,240,45); }
div.DivClassName
{
background-color: #ADF02D;
}
.BgClassName
{
background-color: #ADF02D;
}
</style>
border-color css
<style>
span { border-color: #ADF02D; }
span { border-color: rgb(173,240,45); }
td.TdClassName
{
border-color: #ADF02D;
}
.TagClassName
{
border-color: #ADF02D;
}
</style>