Shades of Green Yellow #ADF223
Tints of Green Yellow #ADF223
RGB
CMYK
RGB Variations
Color information
#ADF223 (or 0xADF223) is known color: Green Yellow. HEX triplet: AD, F2 and 23. RGB value is (173,242,35). Sum of RGB (Red+Green+Blue) = 173+242+35=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF223 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF223 is #520DDC. Grayscale: #C6C6C6. Windows color (decimal): -5377501 or 2355885. OLE color: 2355885.
HSL color Cylindrical-coordinate representation of color #ADF223: hue angle of 80º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADF223 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 35 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.05 |
| HSL | 80º | 0.89% | 0.54% | - |
| HSV(B) | 80º | 0.86% | 0.95% | - |
| XYZ | 49.29 | 72.51 | 12.99 | - |
| YUV | 197.77 | 36.14 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 35 | 0.29 | 0 | 0.86 | 0.05 | 80 | 0.89 | 0.54 |
| Hex | AD | F2 | 23 | 1D | 0 | 56 | 5 | 50 | 59 | 36 |
| Octal | 255 | 362 | 43 | 35 | 0 | 126 | 5 | 120 | 131 | 66 |
| Binary | 10101101 | 11110010 | 100011 | 11101 | 0 | 1010110 | 101 | 1010000 | 1011001 | 110110 |
Color Harmonies of #ADF223
Complementary color
Monochromatic Colors of #ADF223
Black with #ADF223
Text Example
Text Example
White with #ADF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF223; }
p { color: rgb(173,242,35); }
H1.HeaderClassName
{
color: #ADF223;
}
.AnyTagClassName
{
color: #ADF223;
}
</style>
background-color css
<style>
a { background-color: #ADF223; }
a { background-color: rgb(173,242,35); }
div.DivClassName
{
background-color: #ADF223;
}
.BgClassName
{
background-color: #ADF223;
}
</style>
border-color css
<style>
span { border-color: #ADF223; }
span { border-color: rgb(173,242,35); }
td.TdClassName
{
border-color: #ADF223;
}
.TagClassName
{
border-color: #ADF223;
}
</style>