Shades of Spring Bud #95E407
Tints of Spring Bud #95E407
RGB
CMYK
RGB Variations
Color information
#95E407 (or 0x95E407) is known color: Spring Bud. HEX triplet: 95, E4 and 07. RGB value is (149,228,7). Sum of RGB (Red+Green+Blue) = 149+228+7=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 228 (89.45% from 255 or 59.38% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 228 - color contains mainly: green. Hex color #95E407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E407 is #6A1BF8. Grayscale: #B3B3B3. Windows color (decimal): -6953977 or 517269. OLE color: 517269.
HSL color Cylindrical-coordinate representation of color #95E407: hue angle of 81.45º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95E407 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.11 |
| HSL | 81.45º | 0.94% | 0.46% | - |
| HSV(B) | 81.45º | 0.97% | 0.89% | - |
| XYZ | 40.18 | 61.89 | 10.03 | - |
| YUV | 179.19 | 30.83 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 7 | 0.35 | 0 | 0.97 | 0.11 | 81.45 | 0.94 | 0.46 |
| Hex | 95 | E4 | 7 | 23 | 0 | 61 | B | 51 | 5E | 2E |
| Octal | 225 | 344 | 7 | 43 | 0 | 141 | 13 | 121 | 136 | 56 |
| Binary | 10010101 | 11100100 | 111 | 100011 | 0 | 1100001 | 1011 | 1010001 | 1011110 | 101110 |
Color Harmonies of #95E407
Complementary color
Monochromatic Colors of #95E407
Black with #95E407
Text Example
Text Example
White with #95E407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E407; }
p { color: rgb(149,228,7); }
H1.HeaderClassName
{
color: #95E407;
}
.AnyTagClassName
{
color: #95E407;
}
</style>
background-color css
<style>
a { background-color: #95E407; }
a { background-color: rgb(149,228,7); }
div.DivClassName
{
background-color: #95E407;
}
.BgClassName
{
background-color: #95E407;
}
</style>
border-color css
<style>
span { border-color: #95E407; }
span { border-color: rgb(149,228,7); }
td.TdClassName
{
border-color: #95E407;
}
.TagClassName
{
border-color: #95E407;
}
</style>