Shades of Green Yellow #ADF521
Tints of Green Yellow #ADF521
RGB
CMYK
RGB Variations
Color information
#ADF521 (or 0xADF521) is known color: Green Yellow. HEX triplet: AD, F5 and 21. RGB value is (173,245,33). Sum of RGB (Red+Green+Blue) = 173+245+33=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF521 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF521 is #520ADE. Grayscale: #C8C8C8. Windows color (decimal): -5376735 or 2225581. OLE color: 2225581.
HSL color Cylindrical-coordinate representation of color #ADF521: hue angle of 80.38º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADF521 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 33 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.04 |
| HSL | 80.38º | 0.91% | 0.55% | - |
| HSV(B) | 80.38º | 0.87% | 0.96% | - |
| XYZ | 50.16 | 74.3 | 13.14 | - |
| YUV | 199.3 | 34.15 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 33 | 0.29 | 0 | 0.87 | 0.04 | 80.38 | 0.91 | 0.55 |
| Hex | AD | F5 | 21 | 1D | 0 | 57 | 4 | 50 | 5B | 37 |
| Octal | 255 | 365 | 41 | 35 | 0 | 127 | 4 | 120 | 133 | 67 |
| Binary | 10101101 | 11110101 | 100001 | 11101 | 0 | 1010111 | 100 | 1010000 | 1011011 | 110111 |
Color Harmonies of #ADF521
Complementary color
Monochromatic Colors of #ADF521
Black with #ADF521
Text Example
Text Example
White with #ADF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF521; }
p { color: rgb(173,245,33); }
H1.HeaderClassName
{
color: #ADF521;
}
.AnyTagClassName
{
color: #ADF521;
}
</style>
background-color css
<style>
a { background-color: #ADF521; }
a { background-color: rgb(173,245,33); }
div.DivClassName
{
background-color: #ADF521;
}
.BgClassName
{
background-color: #ADF521;
}
</style>
border-color css
<style>
span { border-color: #ADF521; }
span { border-color: rgb(173,245,33); }
td.TdClassName
{
border-color: #ADF521;
}
.TagClassName
{
border-color: #ADF521;
}
</style>