Shades of Green Yellow #ADFC20
Tints of Green Yellow #ADFC20
RGB
CMYK
RGB Variations
Color information
#ADFC20 (or 0xADFC20) is known color: Green Yellow. HEX triplet: AD, FC and 20. RGB value is (173,252,32). Sum of RGB (Red+Green+Blue) = 173+252+32=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC20 is #5203DF. Grayscale: #CCCCCC. Windows color (decimal): -5374944 or 2161837. OLE color: 2161837.
HSL color Cylindrical-coordinate representation of color #ADFC20: hue angle of 81.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADFC20 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 32 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.01 |
| HSL | 81.55º | 0.97% | 0.56% | - |
| HSV(B) | 81.55º | 0.87% | 0.99% | - |
| XYZ | 52.3 | 78.61 | 13.78 | - |
| YUV | 203.3 | 31.33 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 32 | 0.31 | 0 | 0.87 | 0.01 | 81.55 | 0.97 | 0.56 |
| Hex | AD | FC | 20 | 1F | 0 | 57 | 1 | 52 | 61 | 38 |
| Octal | 255 | 374 | 40 | 37 | 0 | 127 | 1 | 122 | 141 | 70 |
| Binary | 10101101 | 11111100 | 100000 | 11111 | 0 | 1010111 | 1 | 1010010 | 1100001 | 111000 |
Color Harmonies of #ADFC20
Complementary color
Monochromatic Colors of #ADFC20
Black with #ADFC20
Text Example
Text Example
White with #ADFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC20; }
p { color: rgb(173,252,32); }
H1.HeaderClassName
{
color: #ADFC20;
}
.AnyTagClassName
{
color: #ADFC20;
}
</style>
background-color css
<style>
a { background-color: #ADFC20; }
a { background-color: rgb(173,252,32); }
div.DivClassName
{
background-color: #ADFC20;
}
.BgClassName
{
background-color: #ADFC20;
}
</style>
border-color css
<style>
span { border-color: #ADFC20; }
span { border-color: rgb(173,252,32); }
td.TdClassName
{
border-color: #ADFC20;
}
.TagClassName
{
border-color: #ADFC20;
}
</style>