Shades of Green Yellow #ADF81D
Tints of Green Yellow #ADF81D
RGB
CMYK
RGB Variations
Color information
#ADF81D (or 0xADF81D) is known color: Green Yellow. HEX triplet: AD, F8 and 1D. RGB value is (173,248,29). Sum of RGB (Red+Green+Blue) = 173+248+29=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF81D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF81D is #5207E2. Grayscale: #C9C9C9. Windows color (decimal): -5375971 or 1964205. OLE color: 1964205.
HSL color Cylindrical-coordinate representation of color #ADF81D: hue angle of 80.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADF81D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 29 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.03 |
| HSL | 80.55º | 0.94% | 0.54% | - |
| HSV(B) | 80.55º | 0.88% | 0.97% | - |
| XYZ | 51.02 | 76.11 | 13.16 | - |
| YUV | 200.61 | 31.15 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 29 | 0.30 | 0 | 0.88 | 0.03 | 80.55 | 0.94 | 0.54 |
| Hex | AD | F8 | 1D | 1E | 0 | 58 | 3 | 51 | 5E | 36 |
| Octal | 255 | 370 | 35 | 36 | 0 | 130 | 3 | 121 | 136 | 66 |
| Binary | 10101101 | 11111000 | 11101 | 11110 | 0 | 1011000 | 11 | 1010001 | 1011110 | 110110 |
Color Harmonies of #ADF81D
Complementary color
Monochromatic Colors of #ADF81D
Black with #ADF81D
Text Example
Text Example
White with #ADF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF81D; }
p { color: rgb(173,248,29); }
H1.HeaderClassName
{
color: #ADF81D;
}
.AnyTagClassName
{
color: #ADF81D;
}
</style>
background-color css
<style>
a { background-color: #ADF81D; }
a { background-color: rgb(173,248,29); }
div.DivClassName
{
background-color: #ADF81D;
}
.BgClassName
{
background-color: #ADF81D;
}
</style>
border-color css
<style>
span { border-color: #ADF81D; }
span { border-color: rgb(173,248,29); }
td.TdClassName
{
border-color: #ADF81D;
}
.TagClassName
{
border-color: #ADF81D;
}
</style>