Shades of Green Yellow #ADFF32
Tints of Green Yellow #ADFF32
RGB
CMYK
RGB Variations
Color information
#ADFF32 (or 0xADFF32) is known color: Green Yellow. HEX triplet: AD, FF and 32. RGB value is (173,255,50). Sum of RGB (Red+Green+Blue) = 173+255+50=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF32 is #5200CD. Grayscale: #CFCFCF. Windows color (decimal): -5374158 or 3342253. OLE color: 3342253.
HSL color Cylindrical-coordinate representation of color #ADFF32: hue angle of 84º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADFF32 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 50 | - |
| CMYK | 0.32 | 0 | 0.80 | 0 |
| HSL | 84º | 1% | 0.6% | - |
| HSV(B) | 84º | 0.8% | 1% | - |
| XYZ | 53.57 | 80.63 | 15.76 | - |
| YUV | 207.11 | 39.33 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 50 | 0.32 | 0 | 0.80 | 0 | 84 | 1 | 0.6 |
| Hex | AD | FF | 32 | 20 | 0 | 50 | 0 | 54 | 64 | 3C |
| Octal | 255 | 377 | 62 | 40 | 0 | 120 | 0 | 124 | 144 | 74 |
| Binary | 10101101 | 11111111 | 110010 | 100000 | 0 | 1010000 | 0 | 1010100 | 1100100 | 111100 |
Color Harmonies of #ADFF32
Complementary color
Monochromatic Colors of #ADFF32
Black with #ADFF32
Text Example
Text Example
White with #ADFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF32; }
p { color: rgb(173,255,50); }
H1.HeaderClassName
{
color: #ADFF32;
}
.AnyTagClassName
{
color: #ADFF32;
}
</style>
background-color css
<style>
a { background-color: #ADFF32; }
a { background-color: rgb(173,255,50); }
div.DivClassName
{
background-color: #ADFF32;
}
.BgClassName
{
background-color: #ADFF32;
}
</style>
border-color css
<style>
span { border-color: #ADFF32; }
span { border-color: rgb(173,255,50); }
td.TdClassName
{
border-color: #ADFF32;
}
.TagClassName
{
border-color: #ADFF32;
}
</style>