Shades of Spring Bud #95FF19
Tints of Spring Bud #95FF19
RGB
CMYK
RGB Variations
Color information
#95FF19 (or 0x95FF19) is known color: Spring Bud. HEX triplet: 95, FF and 19. RGB value is (149,255,25). Sum of RGB (Red+Green+Blue) = 149+255+25=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FF19 is #6A00E6. Grayscale: #C5C5C5. Windows color (decimal): -6947047 or 1703829. OLE color: 1703829.
HSL color Cylindrical-coordinate representation of color #95FF19: hue angle of 87.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95FF19 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 25 | - |
| CMYK | 0.42 | 0 | 0.90 | 0 |
| HSL | 87.65º | 1% | 0.55% | - |
| HSV(B) | 87.65º | 0.9% | 1% | - |
| XYZ | 48.33 | 77.98 | 13.42 | - |
| YUV | 197.09 | 30.88 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 25 | 0.42 | 0 | 0.90 | 0 | 87.65 | 1 | 0.55 |
| Hex | 95 | FF | 19 | 2A | 0 | 5A | 0 | 58 | 64 | 37 |
| Octal | 225 | 377 | 31 | 52 | 0 | 132 | 0 | 130 | 144 | 67 |
| Binary | 10010101 | 11111111 | 11001 | 101010 | 0 | 1011010 | 0 | 1011000 | 1100100 | 110111 |
Color Harmonies of #95FF19
Complementary color
Monochromatic Colors of #95FF19
Black with #95FF19
Text Example
Text Example
White with #95FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF19; }
p { color: rgb(149,255,25); }
H1.HeaderClassName
{
color: #95FF19;
}
.AnyTagClassName
{
color: #95FF19;
}
</style>
background-color css
<style>
a { background-color: #95FF19; }
a { background-color: rgb(149,255,25); }
div.DivClassName
{
background-color: #95FF19;
}
.BgClassName
{
background-color: #95FF19;
}
</style>
border-color css
<style>
span { border-color: #95FF19; }
span { border-color: rgb(149,255,25); }
td.TdClassName
{
border-color: #95FF19;
}
.TagClassName
{
border-color: #95FF19;
}
</style>