Shades of Green Yellow #ADFE28
Tints of Green Yellow #ADFE28
RGB
CMYK
RGB Variations
Color information
#ADFE28 (or 0xADFE28) is known color: Green Yellow. HEX triplet: AD, FE and 28. RGB value is (173,254,40). Sum of RGB (Red+Green+Blue) = 173+254+40=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFE28 is #5201D7. Grayscale: #CECECE. Windows color (decimal): -5374424 or 2686637. OLE color: 2686637.
HSL color Cylindrical-coordinate representation of color #ADFE28: hue angle of 82.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADFE28 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 40 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.00 |
| HSL | 82.71º | 0.99% | 0.58% | - |
| HSV(B) | 82.71º | 0.84% | 1% | - |
| XYZ | 53.06 | 79.92 | 14.64 | - |
| YUV | 205.39 | 34.66 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 40 | 0.32 | 0 | 0.84 | 0.00 | 82.71 | 0.99 | 0.58 |
| Hex | AD | FE | 28 | 20 | 0 | 54 | 0 | 53 | 63 | 3A |
| Octal | 255 | 376 | 50 | 40 | 0 | 124 | 0 | 123 | 143 | 72 |
| Binary | 10101101 | 11111110 | 101000 | 100000 | 0 | 1010100 | 0 | 1010011 | 1100011 | 111010 |
Color Harmonies of #ADFE28
Complementary color
Monochromatic Colors of #ADFE28
Black with #ADFE28
Text Example
Text Example
White with #ADFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE28; }
p { color: rgb(173,254,40); }
H1.HeaderClassName
{
color: #ADFE28;
}
.AnyTagClassName
{
color: #ADFE28;
}
</style>
background-color css
<style>
a { background-color: #ADFE28; }
a { background-color: rgb(173,254,40); }
div.DivClassName
{
background-color: #ADFE28;
}
.BgClassName
{
background-color: #ADFE28;
}
</style>
border-color css
<style>
span { border-color: #ADFE28; }
span { border-color: rgb(173,254,40); }
td.TdClassName
{
border-color: #ADFE28;
}
.TagClassName
{
border-color: #ADFE28;
}
</style>