Shades of Spring Bud #94EC11
Tints of Spring Bud #94EC11
RGB
CMYK
RGB Variations
Color information
#94EC11 (or 0x94EC11) is known color: Spring Bud. HEX triplet: 94, EC and 11. RGB value is (148,236,17). Sum of RGB (Red+Green+Blue) = 148+236+17=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC11 is #6B13EE. Grayscale: #B9B9B9. Windows color (decimal): -7017455 or 1174676. OLE color: 1174676.
HSL color Cylindrical-coordinate representation of color #94EC11: hue angle of 84.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94EC11 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 17 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.07 |
| HSL | 84.11º | 0.87% | 0.5% | - |
| HSV(B) | 84.11º | 0.93% | 0.93% | - |
| XYZ | 42.31 | 66.33 | 11.1 | - |
| YUV | 184.72 | 33.35 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 17 | 0.37 | 0 | 0.93 | 0.07 | 84.11 | 0.87 | 0.5 |
| Hex | 94 | EC | 11 | 25 | 0 | 5D | 7 | 54 | 57 | 32 |
| Octal | 224 | 354 | 21 | 45 | 0 | 135 | 7 | 124 | 127 | 62 |
| Binary | 10010100 | 11101100 | 10001 | 100101 | 0 | 1011101 | 111 | 1010100 | 1010111 | 110010 |
Color Harmonies of #94EC11
Complementary color
Monochromatic Colors of #94EC11
Black with #94EC11
Text Example
Text Example
White with #94EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC11; }
p { color: rgb(148,236,17); }
H1.HeaderClassName
{
color: #94EC11;
}
.AnyTagClassName
{
color: #94EC11;
}
</style>
background-color css
<style>
a { background-color: #94EC11; }
a { background-color: rgb(148,236,17); }
div.DivClassName
{
background-color: #94EC11;
}
.BgClassName
{
background-color: #94EC11;
}
</style>
border-color css
<style>
span { border-color: #94EC11; }
span { border-color: rgb(148,236,17); }
td.TdClassName
{
border-color: #94EC11;
}
.TagClassName
{
border-color: #94EC11;
}
</style>