Shades of Spring Bud #94EC0D
Tints of Spring Bud #94EC0D
RGB
CMYK
RGB Variations
Color information
#94EC0D (or 0x94EC0D) is known color: Spring Bud. HEX triplet: 94, EC and 0D. RGB value is (148,236,13). Sum of RGB (Red+Green+Blue) = 148+236+13=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC0D is #6B13F2. Grayscale: #B9B9B9. Windows color (decimal): -7017459 or 912532. OLE color: 912532.
HSL color Cylindrical-coordinate representation of color #94EC0D: hue angle of 83.68º degrees, saturation: 0.9, 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 #94EC0D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 13 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.07 |
| HSL | 83.68º | 0.9% | 0.49% | - |
| HSV(B) | 83.68º | 0.94% | 0.93% | - |
| XYZ | 42.28 | 66.32 | 10.95 | - |
| YUV | 184.27 | 31.35 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 13 | 0.37 | 0 | 0.94 | 0.07 | 83.68 | 0.9 | 0.49 |
| Hex | 94 | EC | D | 25 | 0 | 5E | 7 | 54 | 5A | 31 |
| Octal | 224 | 354 | 15 | 45 | 0 | 136 | 7 | 124 | 132 | 61 |
| Binary | 10010100 | 11101100 | 1101 | 100101 | 0 | 1011110 | 111 | 1010100 | 1011010 | 110001 |
Color Harmonies of #94EC0D
Complementary color
Monochromatic Colors of #94EC0D
Black with #94EC0D
Text Example
Text Example
White with #94EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC0D; }
p { color: rgb(148,236,13); }
H1.HeaderClassName
{
color: #94EC0D;
}
.AnyTagClassName
{
color: #94EC0D;
}
</style>
background-color css
<style>
a { background-color: #94EC0D; }
a { background-color: rgb(148,236,13); }
div.DivClassName
{
background-color: #94EC0D;
}
.BgClassName
{
background-color: #94EC0D;
}
</style>
border-color css
<style>
span { border-color: #94EC0D; }
span { border-color: rgb(148,236,13); }
td.TdClassName
{
border-color: #94EC0D;
}
.TagClassName
{
border-color: #94EC0D;
}
</style>