Shades of Green Yellow #ADF320
Tints of Green Yellow #ADF320
RGB
CMYK
RGB Variations
Color information
#ADF320 (or 0xADF320) is known color: Green Yellow. HEX triplet: AD, F3 and 20. RGB value is (173,243,32). Sum of RGB (Red+Green+Blue) = 173+243+32=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF320 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF320 is #520CDF. Grayscale: #C6C6C6. Windows color (decimal): -5377248 or 2159533. OLE color: 2159533.
HSL color Cylindrical-coordinate representation of color #ADF320: hue angle of 79.91º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADF320 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 32 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.05 |
| HSL | 79.91º | 0.9% | 0.54% | - |
| HSV(B) | 79.91º | 0.87% | 0.95% | - |
| XYZ | 49.54 | 73.09 | 12.86 | - |
| YUV | 198.02 | 34.31 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 32 | 0.29 | 0 | 0.87 | 0.05 | 79.91 | 0.9 | 0.54 |
| Hex | AD | F3 | 20 | 1D | 0 | 57 | 5 | 50 | 5A | 36 |
| Octal | 255 | 363 | 40 | 35 | 0 | 127 | 5 | 120 | 132 | 66 |
| Binary | 10101101 | 11110011 | 100000 | 11101 | 0 | 1010111 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ADF320
Complementary color
Monochromatic Colors of #ADF320
Black with #ADF320
Text Example
Text Example
White with #ADF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF320; }
p { color: rgb(173,243,32); }
H1.HeaderClassName
{
color: #ADF320;
}
.AnyTagClassName
{
color: #ADF320;
}
</style>
background-color css
<style>
a { background-color: #ADF320; }
a { background-color: rgb(173,243,32); }
div.DivClassName
{
background-color: #ADF320;
}
.BgClassName
{
background-color: #ADF320;
}
</style>
border-color css
<style>
span { border-color: #ADF320; }
span { border-color: rgb(173,243,32); }
td.TdClassName
{
border-color: #ADF320;
}
.TagClassName
{
border-color: #ADF320;
}
</style>