Shades of Spring Bud #94FE03
Tints of Spring Bud #94FE03
RGB
CMYK
RGB Variations
Color information
#94FE03 (or 0x94FE03) is known color: Spring Bud. HEX triplet: 94, FE and 03. RGB value is (148,254,3). Sum of RGB (Red+Green+Blue) = 148+254+3=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FE03 is #6B01FC. Grayscale: #C2C2C2. Windows color (decimal): -7012861 or 261780. OLE color: 261780.
HSL color Cylindrical-coordinate representation of color #94FE03: hue angle of 85.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94FE03 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 3 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.00 |
| HSL | 85.34º | 0.99% | 0.5% | - |
| HSV(B) | 85.34º | 0.99% | 1% | - |
| XYZ | 47.67 | 77.19 | 12.47 | - |
| YUV | 193.69 | 20.38 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 3 | 0.42 | 0 | 0.99 | 0.00 | 85.34 | 0.99 | 0.5 |
| Hex | 94 | FE | 3 | 2A | 0 | 63 | 0 | 55 | 63 | 32 |
| Octal | 224 | 376 | 3 | 52 | 0 | 143 | 0 | 125 | 143 | 62 |
| Binary | 10010100 | 11111110 | 11 | 101010 | 0 | 1100011 | 0 | 1010101 | 1100011 | 110010 |
Color Harmonies of #94FE03
Complementary color
Monochromatic Colors of #94FE03
Black with #94FE03
Text Example
Text Example
White with #94FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE03; }
p { color: rgb(148,254,3); }
H1.HeaderClassName
{
color: #94FE03;
}
.AnyTagClassName
{
color: #94FE03;
}
</style>
background-color css
<style>
a { background-color: #94FE03; }
a { background-color: rgb(148,254,3); }
div.DivClassName
{
background-color: #94FE03;
}
.BgClassName
{
background-color: #94FE03;
}
</style>
border-color css
<style>
span { border-color: #94FE03; }
span { border-color: rgb(148,254,3); }
td.TdClassName
{
border-color: #94FE03;
}
.TagClassName
{
border-color: #94FE03;
}
</style>