Shades of Spring Bud #94EC06
Tints of Spring Bud #94EC06
RGB
CMYK
RGB Variations
Color information
#94EC06 (or 0x94EC06) is known color: Spring Bud. HEX triplet: 94, EC and 06. RGB value is (148,236,6). Sum of RGB (Red+Green+Blue) = 148+236+6=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 236 (92.58% from 255 or 60.51% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC06 is #6B13F9. Grayscale: #B8B8B8. Windows color (decimal): -7017466 or 453780. OLE color: 453780.
HSL color Cylindrical-coordinate representation of color #94EC06: hue angle of 82.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94EC06 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 6 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.07 |
| HSL | 82.96º | 0.95% | 0.47% | - |
| HSV(B) | 82.96º | 0.97% | 0.93% | - |
| XYZ | 42.24 | 66.3 | 10.74 | - |
| YUV | 183.47 | 27.85 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 6 | 0.37 | 0 | 0.97 | 0.07 | 82.96 | 0.95 | 0.47 |
| Hex | 94 | EC | 6 | 25 | 0 | 61 | 7 | 53 | 5F | 2F |
| Octal | 224 | 354 | 6 | 45 | 0 | 141 | 7 | 123 | 137 | 57 |
| Binary | 10010100 | 11101100 | 110 | 100101 | 0 | 1100001 | 111 | 1010011 | 1011111 | 101111 |
Color Harmonies of #94EC06
Complementary color
Monochromatic Colors of #94EC06
Black with #94EC06
Text Example
Text Example
White with #94EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC06; }
p { color: rgb(148,236,6); }
H1.HeaderClassName
{
color: #94EC06;
}
.AnyTagClassName
{
color: #94EC06;
}
</style>
background-color css
<style>
a { background-color: #94EC06; }
a { background-color: rgb(148,236,6); }
div.DivClassName
{
background-color: #94EC06;
}
.BgClassName
{
background-color: #94EC06;
}
</style>
border-color css
<style>
span { border-color: #94EC06; }
span { border-color: rgb(148,236,6); }
td.TdClassName
{
border-color: #94EC06;
}
.TagClassName
{
border-color: #94EC06;
}
</style>