Shades of Spring Bud #94EC08
Tints of Spring Bud #94EC08
RGB
CMYK
RGB Variations
Color information
#94EC08 (or 0x94EC08) is known color: Spring Bud. HEX triplet: 94, EC and 08. RGB value is (148,236,8). Sum of RGB (Red+Green+Blue) = 148+236+8=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC08 is #6B13F7. Grayscale: #B8B8B8. Windows color (decimal): -7017464 or 584852. OLE color: 584852.
HSL color Cylindrical-coordinate representation of color #94EC08: hue angle of 83.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94EC08 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 8 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.07 |
| HSL | 83.16º | 0.93% | 0.48% | - |
| HSV(B) | 83.16º | 0.97% | 0.93% | - |
| XYZ | 42.25 | 66.3 | 10.8 | - |
| YUV | 183.7 | 28.85 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 8 | 0.37 | 0 | 0.97 | 0.07 | 83.16 | 0.93 | 0.48 |
| Hex | 94 | EC | 8 | 25 | 0 | 61 | 7 | 53 | 5D | 30 |
| Octal | 224 | 354 | 10 | 45 | 0 | 141 | 7 | 123 | 135 | 60 |
| Binary | 10010100 | 11101100 | 1000 | 100101 | 0 | 1100001 | 111 | 1010011 | 1011101 | 110000 |
Color Harmonies of #94EC08
Complementary color
Monochromatic Colors of #94EC08
Black with #94EC08
Text Example
Text Example
White with #94EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC08; }
p { color: rgb(148,236,8); }
H1.HeaderClassName
{
color: #94EC08;
}
.AnyTagClassName
{
color: #94EC08;
}
</style>
background-color css
<style>
a { background-color: #94EC08; }
a { background-color: rgb(148,236,8); }
div.DivClassName
{
background-color: #94EC08;
}
.BgClassName
{
background-color: #94EC08;
}
</style>
border-color css
<style>
span { border-color: #94EC08; }
span { border-color: rgb(148,236,8); }
td.TdClassName
{
border-color: #94EC08;
}
.TagClassName
{
border-color: #94EC08;
}
</style>