Shades of Green Yellow #ADF430
Tints of Green Yellow #ADF430
RGB
CMYK
RGB Variations
Color information
#ADF430 (or 0xADF430) is known color: Green Yellow. HEX triplet: AD, F4 and 30. RGB value is (173,244,48). Sum of RGB (Red+Green+Blue) = 173+244+48=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF430 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF430 is #520BCF. Grayscale: #C9C9C9. Windows color (decimal): -5376976 or 3208365. OLE color: 3208365.
HSL color Cylindrical-coordinate representation of color #ADF430: hue angle of 81.73º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADF430 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 48 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.04 |
| HSL | 81.73º | 0.9% | 0.57% | - |
| HSV(B) | 81.73º | 0.8% | 0.96% | - |
| XYZ | 50.12 | 73.8 | 14.4 | - |
| YUV | 200.43 | 41.98 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 48 | 0.29 | 0 | 0.80 | 0.04 | 81.73 | 0.9 | 0.57 |
| Hex | AD | F4 | 30 | 1D | 0 | 50 | 4 | 52 | 5A | 39 |
| Octal | 255 | 364 | 60 | 35 | 0 | 120 | 4 | 122 | 132 | 71 |
| Binary | 10101101 | 11110100 | 110000 | 11101 | 0 | 1010000 | 100 | 1010010 | 1011010 | 111001 |
Color Harmonies of #ADF430
Complementary color
Monochromatic Colors of #ADF430
Black with #ADF430
Text Example
Text Example
White with #ADF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF430; }
p { color: rgb(173,244,48); }
H1.HeaderClassName
{
color: #ADF430;
}
.AnyTagClassName
{
color: #ADF430;
}
</style>
background-color css
<style>
a { background-color: #ADF430; }
a { background-color: rgb(173,244,48); }
div.DivClassName
{
background-color: #ADF430;
}
.BgClassName
{
background-color: #ADF430;
}
</style>
border-color css
<style>
span { border-color: #ADF430; }
span { border-color: rgb(173,244,48); }
td.TdClassName
{
border-color: #ADF430;
}
.TagClassName
{
border-color: #ADF430;
}
</style>