Shades of Green Yellow #ADF321
Tints of Green Yellow #ADF321
RGB
CMYK
RGB Variations
Color information
#ADF321 (or 0xADF321) is known color: Green Yellow. HEX triplet: AD, F3 and 21. RGB value is (173,243,33). Sum of RGB (Red+Green+Blue) = 173+243+33=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF321 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF321 is #520CDE. Grayscale: #C6C6C6. Windows color (decimal): -5377247 or 2225069. OLE color: 2225069.
HSL color Cylindrical-coordinate representation of color #ADF321: hue angle of 80º degrees, saturation: 0.9, 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 #ADF321 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 33 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.05 |
| HSL | 80º | 0.9% | 0.54% | - |
| HSV(B) | 80º | 0.86% | 0.95% | - |
| XYZ | 49.56 | 73.1 | 12.94 | - |
| YUV | 198.13 | 34.81 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 33 | 0.29 | 0 | 0.86 | 0.05 | 80 | 0.9 | 0.54 |
| Hex | AD | F3 | 21 | 1D | 0 | 56 | 5 | 50 | 5A | 36 |
| Octal | 255 | 363 | 41 | 35 | 0 | 126 | 5 | 120 | 132 | 66 |
| Binary | 10101101 | 11110011 | 100001 | 11101 | 0 | 1010110 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ADF321
Complementary color
Monochromatic Colors of #ADF321
Black with #ADF321
Text Example
Text Example
White with #ADF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF321; }
p { color: rgb(173,243,33); }
H1.HeaderClassName
{
color: #ADF321;
}
.AnyTagClassName
{
color: #ADF321;
}
</style>
background-color css
<style>
a { background-color: #ADF321; }
a { background-color: rgb(173,243,33); }
div.DivClassName
{
background-color: #ADF321;
}
.BgClassName
{
background-color: #ADF321;
}
</style>
border-color css
<style>
span { border-color: #ADF321; }
span { border-color: rgb(173,243,33); }
td.TdClassName
{
border-color: #ADF321;
}
.TagClassName
{
border-color: #ADF321;
}
</style>