Shades of Green Yellow #ADFE48
Tints of Green Yellow #ADFE48
RGB
CMYK
RGB Variations
Color information
#ADFE48 (or 0xADFE48) is known color: Green Yellow. HEX triplet: AD, FE and 48. RGB value is (173,254,72). Sum of RGB (Red+Green+Blue) = 173+254+72=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFE48 is #5201B7. Grayscale: #D1D1D1. Windows color (decimal): -5374392 or 4783789. OLE color: 4783789.
HSL color Cylindrical-coordinate representation of color #ADFE48: hue angle of 86.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADFE48 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 72 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.00 |
| HSL | 86.7º | 0.99% | 0.64% | - |
| HSV(B) | 86.7º | 0.72% | 1% | - |
| XYZ | 53.85 | 80.24 | 18.78 | - |
| YUV | 209.03 | 50.66 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 72 | 0.32 | 0 | 0.72 | 0.00 | 86.7 | 0.99 | 0.64 |
| Hex | AD | FE | 48 | 20 | 0 | 48 | 0 | 57 | 63 | 40 |
| Octal | 255 | 376 | 110 | 40 | 0 | 110 | 0 | 127 | 143 | 100 |
| Binary | 10101101 | 11111110 | 1001000 | 100000 | 0 | 1001000 | 0 | 1010111 | 1100011 | 1000000 |
Color Harmonies of #ADFE48
Complementary color
Monochromatic Colors of #ADFE48
Black with #ADFE48
Text Example
Text Example
White with #ADFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE48; }
p { color: rgb(173,254,72); }
H1.HeaderClassName
{
color: #ADFE48;
}
.AnyTagClassName
{
color: #ADFE48;
}
</style>
background-color css
<style>
a { background-color: #ADFE48; }
a { background-color: rgb(173,254,72); }
div.DivClassName
{
background-color: #ADFE48;
}
.BgClassName
{
background-color: #ADFE48;
}
</style>
border-color css
<style>
span { border-color: #ADFE48; }
span { border-color: rgb(173,254,72); }
td.TdClassName
{
border-color: #ADFE48;
}
.TagClassName
{
border-color: #ADFE48;
}
</style>