Shades of Green Yellow #ADF130
Tints of Green Yellow #ADF130
RGB
CMYK
RGB Variations
Color information
#ADF130 (or 0xADF130) is known color: Green Yellow. HEX triplet: AD, F1 and 30. RGB value is (173,241,48). Sum of RGB (Red+Green+Blue) = 173+241+48=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF130 is #520ECF. Grayscale: #C7C7C7. Windows color (decimal): -5377744 or 3207597. OLE color: 3207597.
HSL color Cylindrical-coordinate representation of color #ADF130: hue angle of 81.14º degrees, saturation: 0.87, 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 #ADF130 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 48 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.05 |
| HSL | 81.14º | 0.87% | 0.57% | - |
| HSV(B) | 81.14º | 0.8% | 0.95% | - |
| XYZ | 49.22 | 72.01 | 14.1 | - |
| YUV | 198.67 | 42.97 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 48 | 0.28 | 0 | 0.80 | 0.05 | 81.14 | 0.87 | 0.57 |
| Hex | AD | F1 | 30 | 1C | 0 | 50 | 5 | 51 | 57 | 39 |
| Octal | 255 | 361 | 60 | 34 | 0 | 120 | 5 | 121 | 127 | 71 |
| Binary | 10101101 | 11110001 | 110000 | 11100 | 0 | 1010000 | 101 | 1010001 | 1010111 | 111001 |
Color Harmonies of #ADF130
Complementary color
Monochromatic Colors of #ADF130
Black with #ADF130
Text Example
Text Example
White with #ADF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF130; }
p { color: rgb(173,241,48); }
H1.HeaderClassName
{
color: #ADF130;
}
.AnyTagClassName
{
color: #ADF130;
}
</style>
background-color css
<style>
a { background-color: #ADF130; }
a { background-color: rgb(173,241,48); }
div.DivClassName
{
background-color: #ADF130;
}
.BgClassName
{
background-color: #ADF130;
}
</style>
border-color css
<style>
span { border-color: #ADF130; }
span { border-color: rgb(173,241,48); }
td.TdClassName
{
border-color: #ADF130;
}
.TagClassName
{
border-color: #ADF130;
}
</style>