Shades of Spring Bud #95FE19
Tints of Spring Bud #95FE19
RGB
CMYK
RGB Variations
Color information
#95FE19 (or 0x95FE19) is known color: Spring Bud. HEX triplet: 95, FE and 19. RGB value is (149,254,25). Sum of RGB (Red+Green+Blue) = 149+254+25=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FE19 is #6A01E6. Grayscale: #C5C5C5. Windows color (decimal): -6947303 or 1703573. OLE color: 1703573.
HSL color Cylindrical-coordinate representation of color #95FE19: hue angle of 87.51º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95FE19 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 254 | 25 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.00 |
| HSL | 87.51º | 0.99% | 0.55% | - |
| HSV(B) | 87.51º | 0.9% | 1% | - |
| XYZ | 48.01 | 77.34 | 13.32 | - |
| YUV | 196.5 | 31.21 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 254 | 25 | 0.41 | 0 | 0.90 | 0.00 | 87.51 | 0.99 | 0.55 |
| Hex | 95 | FE | 19 | 29 | 0 | 5A | 0 | 58 | 63 | 37 |
| Octal | 225 | 376 | 31 | 51 | 0 | 132 | 0 | 130 | 143 | 67 |
| Binary | 10010101 | 11111110 | 11001 | 101001 | 0 | 1011010 | 0 | 1011000 | 1100011 | 110111 |
Color Harmonies of #95FE19
Complementary color
Monochromatic Colors of #95FE19
Black with #95FE19
Text Example
Text Example
White with #95FE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FE19; }
p { color: rgb(149,254,25); }
H1.HeaderClassName
{
color: #95FE19;
}
.AnyTagClassName
{
color: #95FE19;
}
</style>
background-color css
<style>
a { background-color: #95FE19; }
a { background-color: rgb(149,254,25); }
div.DivClassName
{
background-color: #95FE19;
}
.BgClassName
{
background-color: #95FE19;
}
</style>
border-color css
<style>
span { border-color: #95FE19; }
span { border-color: rgb(149,254,25); }
td.TdClassName
{
border-color: #95FE19;
}
.TagClassName
{
border-color: #95FE19;
}
</style>