Shades of Green Yellow #ADF730
Tints of Green Yellow #ADF730
RGB
CMYK
RGB Variations
Color information
#ADF730 (or 0xADF730) is known color: Green Yellow. HEX triplet: AD, F7 and 30. RGB value is (173,247,48). Sum of RGB (Red+Green+Blue) = 173+247+48=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF730 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF730 is #5208CF. Grayscale: #CACACA. Windows color (decimal): -5376208 or 3209133. OLE color: 3209133.
HSL color Cylindrical-coordinate representation of color #ADF730: hue angle of 82.31º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADF730 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 48 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.03 |
| HSL | 82.31º | 0.93% | 0.58% | - |
| HSV(B) | 82.31º | 0.81% | 0.97% | - |
| XYZ | 51.03 | 75.62 | 14.7 | - |
| YUV | 202.19 | 40.98 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 48 | 0.30 | 0 | 0.81 | 0.03 | 82.31 | 0.93 | 0.58 |
| Hex | AD | F7 | 30 | 1E | 0 | 51 | 3 | 52 | 5D | 3A |
| Octal | 255 | 367 | 60 | 36 | 0 | 121 | 3 | 122 | 135 | 72 |
| Binary | 10101101 | 11110111 | 110000 | 11110 | 0 | 1010001 | 11 | 1010010 | 1011101 | 111010 |
Color Harmonies of #ADF730
Complementary color
Monochromatic Colors of #ADF730
Black with #ADF730
Text Example
Text Example
White with #ADF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF730; }
p { color: rgb(173,247,48); }
H1.HeaderClassName
{
color: #ADF730;
}
.AnyTagClassName
{
color: #ADF730;
}
</style>
background-color css
<style>
a { background-color: #ADF730; }
a { background-color: rgb(173,247,48); }
div.DivClassName
{
background-color: #ADF730;
}
.BgClassName
{
background-color: #ADF730;
}
</style>
border-color css
<style>
span { border-color: #ADF730; }
span { border-color: rgb(173,247,48); }
td.TdClassName
{
border-color: #ADF730;
}
.TagClassName
{
border-color: #ADF730;
}
</style>