Shades of Yellow Green #94E726
Tints of Yellow Green #94E726
RGB
CMYK
RGB Variations
Color information
#94E726 (or 0x94E726) is known color: Yellow Green. HEX triplet: 94, E7 and 26. RGB value is (148,231,38). Sum of RGB (Red+Green+Blue) = 148+231+38=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #94E726 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94E726 is #6B18D9. Grayscale: #B8B8B8. Windows color (decimal): -7018714 or 2549652. OLE color: 2549652.
HSL color Cylindrical-coordinate representation of color #94E726: hue angle of 85.8º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94E726 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 38 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.09 |
| HSL | 85.8º | 0.8% | 0.53% | - |
| HSV(B) | 85.8º | 0.84% | 0.91% | - |
| XYZ | 41.14 | 63.59 | 11.94 | - |
| YUV | 184.18 | 45.5 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 38 | 0.36 | 0 | 0.84 | 0.09 | 85.8 | 0.8 | 0.53 |
| Hex | 94 | E7 | 26 | 24 | 0 | 54 | 9 | 56 | 50 | 35 |
| Octal | 224 | 347 | 46 | 44 | 0 | 124 | 11 | 126 | 120 | 65 |
| Binary | 10010100 | 11100111 | 100110 | 100100 | 0 | 1010100 | 1001 | 1010110 | 1010000 | 110101 |
Color Harmonies of #94E726
Complementary color
Monochromatic Colors of #94E726
Black with #94E726
Text Example
Text Example
White with #94E726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E726; }
p { color: rgb(148,231,38); }
H1.HeaderClassName
{
color: #94E726;
}
.AnyTagClassName
{
color: #94E726;
}
</style>
background-color css
<style>
a { background-color: #94E726; }
a { background-color: rgb(148,231,38); }
div.DivClassName
{
background-color: #94E726;
}
.BgClassName
{
background-color: #94E726;
}
</style>
border-color css
<style>
span { border-color: #94E726; }
span { border-color: rgb(148,231,38); }
td.TdClassName
{
border-color: #94E726;
}
.TagClassName
{
border-color: #94E726;
}
</style>