Shades of Yellow Green #94E526
Tints of Yellow Green #94E526
RGB
CMYK
RGB Variations
Color information
#94E526 (or 0x94E526) is known color: Yellow Green. HEX triplet: 94, E5 and 26. RGB value is (148,229,38). Sum of RGB (Red+Green+Blue) = 148+229+38=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #94E526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E526 is #6B1AD9. Grayscale: #B7B7B7. Windows color (decimal): -7019226 or 2549140. OLE color: 2549140.
HSL color Cylindrical-coordinate representation of color #94E526: hue angle of 85.45º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94E526 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 38 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.10 |
| HSL | 85.45º | 0.79% | 0.52% | - |
| HSV(B) | 85.45º | 0.83% | 0.9% | - |
| XYZ | 40.58 | 62.47 | 11.75 | - |
| YUV | 183.01 | 46.16 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 38 | 0.35 | 0 | 0.83 | 0.10 | 85.45 | 0.79 | 0.52 |
| Hex | 94 | E5 | 26 | 23 | 0 | 53 | A | 55 | 4F | 34 |
| Octal | 224 | 345 | 46 | 43 | 0 | 123 | 12 | 125 | 117 | 64 |
| Binary | 10010100 | 11100101 | 100110 | 100011 | 0 | 1010011 | 1010 | 1010101 | 1001111 | 110100 |
Color Harmonies of #94E526
Complementary color
Monochromatic Colors of #94E526
Black with #94E526
Text Example
Text Example
White with #94E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E526; }
p { color: rgb(148,229,38); }
H1.HeaderClassName
{
color: #94E526;
}
.AnyTagClassName
{
color: #94E526;
}
</style>
background-color css
<style>
a { background-color: #94E526; }
a { background-color: rgb(148,229,38); }
div.DivClassName
{
background-color: #94E526;
}
.BgClassName
{
background-color: #94E526;
}
</style>
border-color css
<style>
span { border-color: #94E526; }
span { border-color: rgb(148,229,38); }
td.TdClassName
{
border-color: #94E526;
}
.TagClassName
{
border-color: #94E526;
}
</style>