Shades of Green Yellow #ADF028
Tints of Green Yellow #ADF028
RGB
CMYK
RGB Variations
Color information
#ADF028 (or 0xADF028) is known color: Green Yellow. HEX triplet: AD, F0 and 28. RGB value is (173,240,40). Sum of RGB (Red+Green+Blue) = 173+240+40=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF028 is #520FD7. Grayscale: #C5C5C5. Windows color (decimal): -5378008 or 2683053. OLE color: 2683053.
HSL color Cylindrical-coordinate representation of color #ADF028: hue angle of 80.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADF028 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 40 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.06 |
| HSL | 80.1º | 0.87% | 0.55% | - |
| HSV(B) | 80.1º | 0.83% | 0.94% | - |
| XYZ | 48.78 | 71.36 | 13.21 | - |
| YUV | 197.17 | 39.3 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 40 | 0.28 | 0 | 0.83 | 0.06 | 80.1 | 0.87 | 0.55 |
| Hex | AD | F0 | 28 | 1C | 0 | 53 | 6 | 50 | 57 | 37 |
| Octal | 255 | 360 | 50 | 34 | 0 | 123 | 6 | 120 | 127 | 67 |
| Binary | 10101101 | 11110000 | 101000 | 11100 | 0 | 1010011 | 110 | 1010000 | 1010111 | 110111 |
Color Harmonies of #ADF028
Complementary color
Monochromatic Colors of #ADF028
Black with #ADF028
Text Example
Text Example
White with #ADF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF028; }
p { color: rgb(173,240,40); }
H1.HeaderClassName
{
color: #ADF028;
}
.AnyTagClassName
{
color: #ADF028;
}
</style>
background-color css
<style>
a { background-color: #ADF028; }
a { background-color: rgb(173,240,40); }
div.DivClassName
{
background-color: #ADF028;
}
.BgClassName
{
background-color: #ADF028;
}
</style>
border-color css
<style>
span { border-color: #ADF028; }
span { border-color: rgb(173,240,40); }
td.TdClassName
{
border-color: #ADF028;
}
.TagClassName
{
border-color: #ADF028;
}
</style>