Shades of Green Yellow #ADF525
Tints of Green Yellow #ADF525
RGB
CMYK
RGB Variations
Color information
#ADF525 (or 0xADF525) is known color: Green Yellow. HEX triplet: AD, F5 and 25. RGB value is (173,245,37). Sum of RGB (Red+Green+Blue) = 173+245+37=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF525 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF525 is #520ADA. Grayscale: #C8C8C8. Windows color (decimal): -5376731 or 2487725. OLE color: 2487725.
HSL color Cylindrical-coordinate representation of color #ADF525: hue angle of 80.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADF525 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 37 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.04 |
| HSL | 80.77º | 0.91% | 0.55% | - |
| HSV(B) | 80.77º | 0.85% | 0.96% | - |
| XYZ | 50.22 | 74.32 | 13.45 | - |
| YUV | 199.76 | 36.15 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 37 | 0.29 | 0 | 0.85 | 0.04 | 80.77 | 0.91 | 0.55 |
| Hex | AD | F5 | 25 | 1D | 0 | 55 | 4 | 51 | 5B | 37 |
| Octal | 255 | 365 | 45 | 35 | 0 | 125 | 4 | 121 | 133 | 67 |
| Binary | 10101101 | 11110101 | 100101 | 11101 | 0 | 1010101 | 100 | 1010001 | 1011011 | 110111 |
Color Harmonies of #ADF525
Complementary color
Monochromatic Colors of #ADF525
Black with #ADF525
Text Example
Text Example
White with #ADF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF525; }
p { color: rgb(173,245,37); }
H1.HeaderClassName
{
color: #ADF525;
}
.AnyTagClassName
{
color: #ADF525;
}
</style>
background-color css
<style>
a { background-color: #ADF525; }
a { background-color: rgb(173,245,37); }
div.DivClassName
{
background-color: #ADF525;
}
.BgClassName
{
background-color: #ADF525;
}
</style>
border-color css
<style>
span { border-color: #ADF525; }
span { border-color: rgb(173,245,37); }
td.TdClassName
{
border-color: #ADF525;
}
.TagClassName
{
border-color: #ADF525;
}
</style>