Shades of Spring Bud #94E400
Tints of Spring Bud #94E400
RGB
CMYK
RGB Variations
Color information
#94E400 (or 0x94E400) is known color: Spring Bud. HEX triplet: 94, E4 and 00. RGB value is (148,228,0). Sum of RGB (Red+Green+Blue) = 148+228+0=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #94E400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E400 is #6B1BFF. Grayscale: #B2B2B2. Windows color (decimal): -7019520 or 58516. OLE color: 58516.
HSL color Cylindrical-coordinate representation of color #94E400: hue angle of 81.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94E400 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.11 |
| HSL | 81.05º | 1% | 0.45% | - |
| HSV(B) | 81.05º | 1% | 0.89% | - |
| XYZ | 39.96 | 61.78 | 9.82 | - |
| YUV | 178.09 | 27.5 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 0 | 0.35 | 0 | 1 | 0.11 | 81.05 | 1 | 0.45 |
| Hex | 94 | E4 | 0 | 23 | 0 | 64 | B | 51 | 64 | 2D |
| Octal | 224 | 344 | 0 | 43 | 0 | 144 | 13 | 121 | 144 | 55 |
| Binary | 10010100 | 11100100 | 0 | 100011 | 0 | 1100100 | 1011 | 1010001 | 1100100 | 101101 |
Color Harmonies of #94E400
Complementary color
Monochromatic Colors of #94E400
Black with #94E400
Text Example
Text Example
White with #94E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E400; }
p { color: rgb(148,228,0); }
H1.HeaderClassName
{
color: #94E400;
}
.AnyTagClassName
{
color: #94E400;
}
</style>
background-color css
<style>
a { background-color: #94E400; }
a { background-color: rgb(148,228,0); }
div.DivClassName
{
background-color: #94E400;
}
.BgClassName
{
background-color: #94E400;
}
</style>
border-color css
<style>
span { border-color: #94E400; }
span { border-color: rgb(148,228,0); }
td.TdClassName
{
border-color: #94E400;
}
.TagClassName
{
border-color: #94E400;
}
</style>