Shades of Spring Bud #94EC03
Tints of Spring Bud #94EC03
RGB
CMYK
RGB Variations
Color information
#94EC03 (or 0x94EC03) is known color: Spring Bud. HEX triplet: 94, EC and 03. RGB value is (148,236,3). Sum of RGB (Red+Green+Blue) = 148+236+3=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 236 (92.58% from 255 or 60.98% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC03 is #6B13FC. Grayscale: #B7B7B7. Windows color (decimal): -7017469 or 257172. OLE color: 257172.
HSL color Cylindrical-coordinate representation of color #94EC03: hue angle of 82.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94EC03 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 3 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.07 |
| HSL | 82.66º | 0.97% | 0.47% | - |
| HSV(B) | 82.66º | 0.99% | 0.93% | - |
| XYZ | 42.22 | 66.29 | 10.66 | - |
| YUV | 183.13 | 26.35 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 3 | 0.37 | 0 | 0.99 | 0.07 | 82.66 | 0.97 | 0.47 |
| Hex | 94 | EC | 3 | 25 | 0 | 63 | 7 | 53 | 61 | 2F |
| Octal | 224 | 354 | 3 | 45 | 0 | 143 | 7 | 123 | 141 | 57 |
| Binary | 10010100 | 11101100 | 11 | 100101 | 0 | 1100011 | 111 | 1010011 | 1100001 | 101111 |
Color Harmonies of #94EC03
Complementary color
Monochromatic Colors of #94EC03
Black with #94EC03
Text Example
Text Example
White with #94EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC03; }
p { color: rgb(148,236,3); }
H1.HeaderClassName
{
color: #94EC03;
}
.AnyTagClassName
{
color: #94EC03;
}
</style>
background-color css
<style>
a { background-color: #94EC03; }
a { background-color: rgb(148,236,3); }
div.DivClassName
{
background-color: #94EC03;
}
.BgClassName
{
background-color: #94EC03;
}
</style>
border-color css
<style>
span { border-color: #94EC03; }
span { border-color: rgb(148,236,3); }
td.TdClassName
{
border-color: #94EC03;
}
.TagClassName
{
border-color: #94EC03;
}
</style>