Shades of Green Yellow #ADFC40
Tints of Green Yellow #ADFC40
RGB
CMYK
RGB Variations
Color information
#ADFC40 (or 0xADFC40) is known color: Green Yellow. HEX triplet: AD, FC and 40. RGB value is (173,252,64). Sum of RGB (Red+Green+Blue) = 173+252+64=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC40 is #5203BF. Grayscale: #CFCFCF. Windows color (decimal): -5374912 or 4258989. OLE color: 4258989.
HSL color Cylindrical-coordinate representation of color #ADFC40: hue angle of 85.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADFC40 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 64 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.01 |
| HSL | 85.21º | 0.97% | 0.62% | - |
| HSV(B) | 85.21º | 0.75% | 0.99% | - |
| XYZ | 52.97 | 78.88 | 17.28 | - |
| YUV | 206.95 | 47.33 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 64 | 0.31 | 0 | 0.75 | 0.01 | 85.21 | 0.97 | 0.62 |
| Hex | AD | FC | 40 | 1F | 0 | 4B | 1 | 55 | 61 | 3E |
| Octal | 255 | 374 | 100 | 37 | 0 | 113 | 1 | 125 | 141 | 76 |
| Binary | 10101101 | 11111100 | 1000000 | 11111 | 0 | 1001011 | 1 | 1010101 | 1100001 | 111110 |
Color Harmonies of #ADFC40
Complementary color
Monochromatic Colors of #ADFC40
Black with #ADFC40
Text Example
Text Example
White with #ADFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC40; }
p { color: rgb(173,252,64); }
H1.HeaderClassName
{
color: #ADFC40;
}
.AnyTagClassName
{
color: #ADFC40;
}
</style>
background-color css
<style>
a { background-color: #ADFC40; }
a { background-color: rgb(173,252,64); }
div.DivClassName
{
background-color: #ADFC40;
}
.BgClassName
{
background-color: #ADFC40;
}
</style>
border-color css
<style>
span { border-color: #ADFC40; }
span { border-color: rgb(173,252,64); }
td.TdClassName
{
border-color: #ADFC40;
}
.TagClassName
{
border-color: #ADFC40;
}
</style>