Shades of Green Yellow #ADF330
Tints of Green Yellow #ADF330
RGB
CMYK
RGB Variations
Color information
#ADF330 (or 0xADF330) is known color: Green Yellow. HEX triplet: AD, F3 and 30. RGB value is (173,243,48). Sum of RGB (Red+Green+Blue) = 173+243+48=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF330 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF330 is #520CCF. Grayscale: #C8C8C8. Windows color (decimal): -5377232 or 3208109. OLE color: 3208109.
HSL color Cylindrical-coordinate representation of color #ADF330: hue angle of 81.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADF330 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 48 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.05 |
| HSL | 81.54º | 0.89% | 0.57% | - |
| HSV(B) | 81.54º | 0.8% | 0.95% | - |
| XYZ | 49.82 | 73.2 | 14.3 | - |
| YUV | 199.84 | 42.31 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 48 | 0.29 | 0 | 0.80 | 0.05 | 81.54 | 0.89 | 0.57 |
| Hex | AD | F3 | 30 | 1D | 0 | 50 | 5 | 52 | 59 | 39 |
| Octal | 255 | 363 | 60 | 35 | 0 | 120 | 5 | 122 | 131 | 71 |
| Binary | 10101101 | 11110011 | 110000 | 11101 | 0 | 1010000 | 101 | 1010010 | 1011001 | 111001 |
Color Harmonies of #ADF330
Complementary color
Monochromatic Colors of #ADF330
Black with #ADF330
Text Example
Text Example
White with #ADF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF330; }
p { color: rgb(173,243,48); }
H1.HeaderClassName
{
color: #ADF330;
}
.AnyTagClassName
{
color: #ADF330;
}
</style>
background-color css
<style>
a { background-color: #ADF330; }
a { background-color: rgb(173,243,48); }
div.DivClassName
{
background-color: #ADF330;
}
.BgClassName
{
background-color: #ADF330;
}
</style>
border-color css
<style>
span { border-color: #ADF330; }
span { border-color: rgb(173,243,48); }
td.TdClassName
{
border-color: #ADF330;
}
.TagClassName
{
border-color: #ADF330;
}
</style>