Shades of Spring Bud #95FE03
Tints of Spring Bud #95FE03
RGB
CMYK
RGB Variations
Color information
#95FE03 (or 0x95FE03) is known color: Spring Bud. HEX triplet: 95, FE and 03. RGB value is (149,254,3). Sum of RGB (Red+Green+Blue) = 149+254+3=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 254 (99.61% from 255 or 62.56% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FE03 is #6A01FC. Grayscale: #C2C2C2. Windows color (decimal): -6947325 or 261781. OLE color: 261781.
HSL color Cylindrical-coordinate representation of color #95FE03: hue angle of 85.1º 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 #95FE03 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 254 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.00 |
| HSL | 85.1º | 0.99% | 0.5% | - |
| HSV(B) | 85.1º | 0.99% | 1% | - |
| XYZ | 47.85 | 77.28 | 12.48 | - |
| YUV | 193.99 | 20.21 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 254 | 3 | 0.41 | 0 | 0.99 | 0.00 | 85.1 | 0.99 | 0.5 |
| Hex | 95 | FE | 3 | 29 | 0 | 63 | 0 | 55 | 63 | 32 |
| Octal | 225 | 376 | 3 | 51 | 0 | 143 | 0 | 125 | 143 | 62 |
| Binary | 10010101 | 11111110 | 11 | 101001 | 0 | 1100011 | 0 | 1010101 | 1100011 | 110010 |
Color Harmonies of #95FE03
Complementary color
Monochromatic Colors of #95FE03
Black with #95FE03
Text Example
Text Example
White with #95FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FE03; }
p { color: rgb(149,254,3); }
H1.HeaderClassName
{
color: #95FE03;
}
.AnyTagClassName
{
color: #95FE03;
}
</style>
background-color css
<style>
a { background-color: #95FE03; }
a { background-color: rgb(149,254,3); }
div.DivClassName
{
background-color: #95FE03;
}
.BgClassName
{
background-color: #95FE03;
}
</style>
border-color css
<style>
span { border-color: #95FE03; }
span { border-color: rgb(149,254,3); }
td.TdClassName
{
border-color: #95FE03;
}
.TagClassName
{
border-color: #95FE03;
}
</style>