Shades of Spring Bud #95E905
Tints of Spring Bud #95E905
RGB
CMYK
RGB Variations
Color information
#95E905 (or 0x95E905) is known color: Spring Bud. HEX triplet: 95, E9 and 05. RGB value is (149,233,5). Sum of RGB (Red+Green+Blue) = 149+233+5=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 233 (91.41% from 255 or 60.21% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 233 - color contains mainly: green. Hex color #95E905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E905 is #6A16FA. Grayscale: #B6B6B6. Windows color (decimal): -6952699 or 387477. OLE color: 387477.
HSL color Cylindrical-coordinate representation of color #95E905: hue angle of 82.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95E905 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.09 |
| HSL | 82.11º | 0.96% | 0.47% | - |
| HSV(B) | 82.11º | 0.98% | 0.91% | - |
| XYZ | 41.56 | 64.68 | 10.44 | - |
| YUV | 181.89 | 28.17 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 5 | 0.36 | 0 | 0.98 | 0.09 | 82.11 | 0.96 | 0.47 |
| Hex | 95 | E9 | 5 | 24 | 0 | 62 | 9 | 52 | 60 | 2F |
| Octal | 225 | 351 | 5 | 44 | 0 | 142 | 11 | 122 | 140 | 57 |
| Binary | 10010101 | 11101001 | 101 | 100100 | 0 | 1100010 | 1001 | 1010010 | 1100000 | 101111 |
Color Harmonies of #95E905
Complementary color
Monochromatic Colors of #95E905
Black with #95E905
Text Example
Text Example
White with #95E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E905; }
p { color: rgb(149,233,5); }
H1.HeaderClassName
{
color: #95E905;
}
.AnyTagClassName
{
color: #95E905;
}
</style>
background-color css
<style>
a { background-color: #95E905; }
a { background-color: rgb(149,233,5); }
div.DivClassName
{
background-color: #95E905;
}
.BgClassName
{
background-color: #95E905;
}
</style>
border-color css
<style>
span { border-color: #95E905; }
span { border-color: rgb(149,233,5); }
td.TdClassName
{
border-color: #95E905;
}
.TagClassName
{
border-color: #95E905;
}
</style>