Shades of Yellow Green #94D716
Tints of Yellow Green #94D716
RGB
CMYK
RGB Variations
Color information
#94D716 (or 0x94D716) is known color: Yellow Green. HEX triplet: 94, D7 and 16. RGB value is (148,215,22). Sum of RGB (Red+Green+Blue) = 148+215+22=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #94D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D716 is #6B28E9. Grayscale: #ADADAD. Windows color (decimal): -7022826 or 1496980. OLE color: 1496980.
HSL color Cylindrical-coordinate representation of color #94D716: hue angle of 80.83º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94D716 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 22 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.16 |
| HSL | 80.83º | 0.81% | 0.46% | - |
| HSV(B) | 80.83º | 0.9% | 0.84% | - |
| XYZ | 36.66 | 54.95 | 9.43 | - |
| YUV | 172.97 | 42.8 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 22 | 0.31 | 0 | 0.90 | 0.16 | 80.83 | 0.81 | 0.46 |
| Hex | 94 | D7 | 16 | 1F | 0 | 5A | 10 | 51 | 51 | 2E |
| Octal | 224 | 327 | 26 | 37 | 0 | 132 | 20 | 121 | 121 | 56 |
| Binary | 10010100 | 11010111 | 10110 | 11111 | 0 | 1011010 | 10000 | 1010001 | 1010001 | 101110 |
Color Harmonies of #94D716
Complementary color
Monochromatic Colors of #94D716
Black with #94D716
Text Example
Text Example
White with #94D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D716; }
p { color: rgb(148,215,22); }
H1.HeaderClassName
{
color: #94D716;
}
.AnyTagClassName
{
color: #94D716;
}
</style>
background-color css
<style>
a { background-color: #94D716; }
a { background-color: rgb(148,215,22); }
div.DivClassName
{
background-color: #94D716;
}
.BgClassName
{
background-color: #94D716;
}
</style>
border-color css
<style>
span { border-color: #94D716; }
span { border-color: rgb(148,215,22); }
td.TdClassName
{
border-color: #94D716;
}
.TagClassName
{
border-color: #94D716;
}
</style>