Shades of Spring Bud #94E506
Tints of Spring Bud #94E506
RGB
CMYK
RGB Variations
Color information
#94E506 (or 0x94E506) is known color: Spring Bud. HEX triplet: 94, E5 and 06. RGB value is (148,229,6). Sum of RGB (Red+Green+Blue) = 148+229+6=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #94E506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E506 is #6B1AF9. Grayscale: #B4B4B4. Windows color (decimal): -7019258 or 451988. OLE color: 451988.
HSL color Cylindrical-coordinate representation of color #94E506: hue angle of 81.79º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94E506 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 6 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.10 |
| HSL | 81.79º | 0.95% | 0.46% | - |
| HSV(B) | 81.79º | 0.97% | 0.9% | - |
| XYZ | 40.26 | 62.35 | 10.08 | - |
| YUV | 179.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 6 | 0.35 | 0 | 0.97 | 0.10 | 81.79 | 0.95 | 0.46 |
| Hex | 94 | E5 | 6 | 23 | 0 | 61 | A | 52 | 5F | 2E |
| Octal | 224 | 345 | 6 | 43 | 0 | 141 | 12 | 122 | 137 | 56 |
| Binary | 10010100 | 11100101 | 110 | 100011 | 0 | 1100001 | 1010 | 1010010 | 1011111 | 101110 |
Color Harmonies of #94E506
Complementary color
Monochromatic Colors of #94E506
Black with #94E506
Text Example
Text Example
White with #94E506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E506; }
p { color: rgb(148,229,6); }
H1.HeaderClassName
{
color: #94E506;
}
.AnyTagClassName
{
color: #94E506;
}
</style>
background-color css
<style>
a { background-color: #94E506; }
a { background-color: rgb(148,229,6); }
div.DivClassName
{
background-color: #94E506;
}
.BgClassName
{
background-color: #94E506;
}
</style>
border-color css
<style>
span { border-color: #94E506; }
span { border-color: rgb(148,229,6); }
td.TdClassName
{
border-color: #94E506;
}
.TagClassName
{
border-color: #94E506;
}
</style>