Shades of Green Yellow #ADFF41
Tints of Green Yellow #ADFF41
RGB
CMYK
RGB Variations
Color information
#ADFF41 (or 0xADFF41) is known color: Green Yellow. HEX triplet: AD, FF and 41. RGB value is (173,255,65). Sum of RGB (Red+Green+Blue) = 173+255+65=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF41 is #5200BE. Grayscale: #D1D1D1. Windows color (decimal): -5374143 or 4325293. OLE color: 4325293.
HSL color Cylindrical-coordinate representation of color #ADFF41: hue angle of 85.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADFF41 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 65 | - |
| CMYK | 0.32 | 0 | 0.75 | 0 |
| HSL | 85.89º | 1% | 0.63% | - |
| HSV(B) | 85.89º | 0.75% | 1% | - |
| XYZ | 53.95 | 80.79 | 17.75 | - |
| YUV | 208.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 65 | 0.32 | 0 | 0.75 | 0 | 85.89 | 1 | 0.63 |
| Hex | AD | FF | 41 | 20 | 0 | 4B | 0 | 56 | 64 | 3F |
| Octal | 255 | 377 | 101 | 40 | 0 | 113 | 0 | 126 | 144 | 77 |
| Binary | 10101101 | 11111111 | 1000001 | 100000 | 0 | 1001011 | 0 | 1010110 | 1100100 | 111111 |
Color Harmonies of #ADFF41
Complementary color
Monochromatic Colors of #ADFF41
Black with #ADFF41
Text Example
Text Example
White with #ADFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF41; }
p { color: rgb(173,255,65); }
H1.HeaderClassName
{
color: #ADFF41;
}
.AnyTagClassName
{
color: #ADFF41;
}
</style>
background-color css
<style>
a { background-color: #ADFF41; }
a { background-color: rgb(173,255,65); }
div.DivClassName
{
background-color: #ADFF41;
}
.BgClassName
{
background-color: #ADFF41;
}
</style>
border-color css
<style>
span { border-color: #ADFF41; }
span { border-color: rgb(173,255,65); }
td.TdClassName
{
border-color: #ADFF41;
}
.TagClassName
{
border-color: #ADFF41;
}
</style>