Shades of Green Yellow #ADF228
Tints of Green Yellow #ADF228
RGB
CMYK
RGB Variations
Color information
#ADF228 (or 0xADF228) is known color: Green Yellow. HEX triplet: AD, F2 and 28. RGB value is (173,242,40). Sum of RGB (Red+Green+Blue) = 173+242+40=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF228 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF228 is #520DD7. Grayscale: #C7C7C7. Windows color (decimal): -5377496 or 2683565. OLE color: 2683565.
HSL color Cylindrical-coordinate representation of color #ADF228: hue angle of 80.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADF228 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 40 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.05 |
| HSL | 80.5º | 0.89% | 0.55% | - |
| HSV(B) | 80.5º | 0.83% | 0.95% | - |
| XYZ | 49.37 | 72.54 | 13.41 | - |
| YUV | 198.34 | 38.64 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 40 | 0.29 | 0 | 0.83 | 0.05 | 80.5 | 0.89 | 0.55 |
| Hex | AD | F2 | 28 | 1D | 0 | 53 | 5 | 50 | 59 | 37 |
| Octal | 255 | 362 | 50 | 35 | 0 | 123 | 5 | 120 | 131 | 67 |
| Binary | 10101101 | 11110010 | 101000 | 11101 | 0 | 1010011 | 101 | 1010000 | 1011001 | 110111 |
Color Harmonies of #ADF228
Complementary color
Monochromatic Colors of #ADF228
Black with #ADF228
Text Example
Text Example
White with #ADF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF228; }
p { color: rgb(173,242,40); }
H1.HeaderClassName
{
color: #ADF228;
}
.AnyTagClassName
{
color: #ADF228;
}
</style>
background-color css
<style>
a { background-color: #ADF228; }
a { background-color: rgb(173,242,40); }
div.DivClassName
{
background-color: #ADF228;
}
.BgClassName
{
background-color: #ADF228;
}
</style>
border-color css
<style>
span { border-color: #ADF228; }
span { border-color: rgb(173,242,40); }
td.TdClassName
{
border-color: #ADF228;
}
.TagClassName
{
border-color: #ADF228;
}
</style>