Shades of Spring Bud #95E805
Tints of Spring Bud #95E805
RGB
CMYK
RGB Variations
Color information
#95E805 (or 0x95E805) is known color: Spring Bud. HEX triplet: 95, E8 and 05. RGB value is (149,232,5). Sum of RGB (Red+Green+Blue) = 149+232+5=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #95E805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E805 is #6A17FA. Grayscale: #B6B6B6. Windows color (decimal): -6952955 or 387221. OLE color: 387221.
HSL color Cylindrical-coordinate representation of color #95E805: hue angle of 81.94º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95E805 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.09 |
| HSL | 81.94º | 0.96% | 0.46% | - |
| HSV(B) | 81.94º | 0.98% | 0.91% | - |
| XYZ | 41.28 | 64.11 | 10.34 | - |
| YUV | 181.31 | 28.5 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 5 | 0.36 | 0 | 0.98 | 0.09 | 81.94 | 0.96 | 0.46 |
| Hex | 95 | E8 | 5 | 24 | 0 | 62 | 9 | 52 | 60 | 2E |
| Octal | 225 | 350 | 5 | 44 | 0 | 142 | 11 | 122 | 140 | 56 |
| Binary | 10010101 | 11101000 | 101 | 100100 | 0 | 1100010 | 1001 | 1010010 | 1100000 | 101110 |
Color Harmonies of #95E805
Complementary color
Monochromatic Colors of #95E805
Black with #95E805
Text Example
Text Example
White with #95E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E805; }
p { color: rgb(149,232,5); }
H1.HeaderClassName
{
color: #95E805;
}
.AnyTagClassName
{
color: #95E805;
}
</style>
background-color css
<style>
a { background-color: #95E805; }
a { background-color: rgb(149,232,5); }
div.DivClassName
{
background-color: #95E805;
}
.BgClassName
{
background-color: #95E805;
}
</style>
border-color css
<style>
span { border-color: #95E805; }
span { border-color: rgb(149,232,5); }
td.TdClassName
{
border-color: #95E805;
}
.TagClassName
{
border-color: #95E805;
}
</style>