Shades of Green Yellow #ADF526
Tints of Green Yellow #ADF526
RGB
CMYK
RGB Variations
Color information
#ADF526 (or 0xADF526) is known color: Green Yellow. HEX triplet: AD, F5 and 26. RGB value is (173,245,38). Sum of RGB (Red+Green+Blue) = 173+245+38=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF526 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF526 is #520AD9. Grayscale: #C8C8C8. Windows color (decimal): -5376730 or 2553261. OLE color: 2553261.
HSL color Cylindrical-coordinate representation of color #ADF526: hue angle of 80.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADF526 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 38 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.04 |
| HSL | 80.87º | 0.91% | 0.55% | - |
| HSV(B) | 80.87º | 0.84% | 0.96% | - |
| XYZ | 50.24 | 74.33 | 13.53 | - |
| YUV | 199.87 | 36.65 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 38 | 0.29 | 0 | 0.84 | 0.04 | 80.87 | 0.91 | 0.55 |
| Hex | AD | F5 | 26 | 1D | 0 | 54 | 4 | 51 | 5B | 37 |
| Octal | 255 | 365 | 46 | 35 | 0 | 124 | 4 | 121 | 133 | 67 |
| Binary | 10101101 | 11110101 | 100110 | 11101 | 0 | 1010100 | 100 | 1010001 | 1011011 | 110111 |
Color Harmonies of #ADF526
Complementary color
Monochromatic Colors of #ADF526
Black with #ADF526
Text Example
Text Example
White with #ADF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF526; }
p { color: rgb(173,245,38); }
H1.HeaderClassName
{
color: #ADF526;
}
.AnyTagClassName
{
color: #ADF526;
}
</style>
background-color css
<style>
a { background-color: #ADF526; }
a { background-color: rgb(173,245,38); }
div.DivClassName
{
background-color: #ADF526;
}
.BgClassName
{
background-color: #ADF526;
}
</style>
border-color css
<style>
span { border-color: #ADF526; }
span { border-color: rgb(173,245,38); }
td.TdClassName
{
border-color: #ADF526;
}
.TagClassName
{
border-color: #ADF526;
}
</style>