Shades of Spring Bud #95F510
Tints of Spring Bud #95F510
RGB
CMYK
RGB Variations
Color information
#95F510 (or 0x95F510) is known color: Spring Bud. HEX triplet: 95, F5 and 10. RGB value is (149,245,16). Sum of RGB (Red+Green+Blue) = 149+245+16=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 245 (96.09% from 255 or 59.76% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 245 - color contains mainly: green. Hex color #95F510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F510 is #6A0AEF. Grayscale: #BFBFBF. Windows color (decimal): -6949616 or 1111445. OLE color: 1111445.
HSL color Cylindrical-coordinate representation of color #95F510: hue angle of 85.15º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95F510 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 16 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.04 |
| HSL | 85.15º | 0.92% | 0.51% | - |
| HSV(B) | 85.15º | 0.93% | 0.96% | - |
| XYZ | 45.14 | 71.73 | 11.96 | - |
| YUV | 190.19 | 29.7 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 16 | 0.39 | 0 | 0.93 | 0.04 | 85.15 | 0.92 | 0.51 |
| Hex | 95 | F5 | 10 | 27 | 0 | 5D | 4 | 55 | 5C | 33 |
| Octal | 225 | 365 | 20 | 47 | 0 | 135 | 4 | 125 | 134 | 63 |
| Binary | 10010101 | 11110101 | 10000 | 100111 | 0 | 1011101 | 100 | 1010101 | 1011100 | 110011 |
Color Harmonies of #95F510
Complementary color
Monochromatic Colors of #95F510
Black with #95F510
Text Example
Text Example
White with #95F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F510; }
p { color: rgb(149,245,16); }
H1.HeaderClassName
{
color: #95F510;
}
.AnyTagClassName
{
color: #95F510;
}
</style>
background-color css
<style>
a { background-color: #95F510; }
a { background-color: rgb(149,245,16); }
div.DivClassName
{
background-color: #95F510;
}
.BgClassName
{
background-color: #95F510;
}
</style>
border-color css
<style>
span { border-color: #95F510; }
span { border-color: rgb(149,245,16); }
td.TdClassName
{
border-color: #95F510;
}
.TagClassName
{
border-color: #95F510;
}
</style>