Shades of Spring Bud #94EC0F
Tints of Spring Bud #94EC0F
RGB
CMYK
RGB Variations
Color information
#94EC0F (or 0x94EC0F) is known color: Spring Bud. HEX triplet: 94, EC and 0F. RGB value is (148,236,15). Sum of RGB (Red+Green+Blue) = 148+236+15=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 236 (92.58% from 255 or 59.15% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC0F is #6B13F0. Grayscale: #B9B9B9. Windows color (decimal): -7017457 or 1043604. OLE color: 1043604.
HSL color Cylindrical-coordinate representation of color #94EC0F: hue angle of 83.89º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94EC0F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 15 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.07 |
| HSL | 83.89º | 0.88% | 0.49% | - |
| HSV(B) | 83.89º | 0.94% | 0.93% | - |
| XYZ | 42.29 | 66.32 | 11.02 | - |
| YUV | 184.49 | 32.35 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 15 | 0.37 | 0 | 0.94 | 0.07 | 83.89 | 0.88 | 0.49 |
| Hex | 94 | EC | F | 25 | 0 | 5E | 7 | 54 | 58 | 31 |
| Octal | 224 | 354 | 17 | 45 | 0 | 136 | 7 | 124 | 130 | 61 |
| Binary | 10010100 | 11101100 | 1111 | 100101 | 0 | 1011110 | 111 | 1010100 | 1011000 | 110001 |
Color Harmonies of #94EC0F
Complementary color
Monochromatic Colors of #94EC0F
Black with #94EC0F
Text Example
Text Example
White with #94EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC0F; }
p { color: rgb(148,236,15); }
H1.HeaderClassName
{
color: #94EC0F;
}
.AnyTagClassName
{
color: #94EC0F;
}
</style>
background-color css
<style>
a { background-color: #94EC0F; }
a { background-color: rgb(148,236,15); }
div.DivClassName
{
background-color: #94EC0F;
}
.BgClassName
{
background-color: #94EC0F;
}
</style>
border-color css
<style>
span { border-color: #94EC0F; }
span { border-color: rgb(148,236,15); }
td.TdClassName
{
border-color: #94EC0F;
}
.TagClassName
{
border-color: #94EC0F;
}
</style>