Shades of Spring Bud #96FF19
Tints of Spring Bud #96FF19
RGB
CMYK
RGB Variations
Color information
#96FF19 (or 0x96FF19) is known color: Spring Bud. HEX triplet: 96, FF and 19. RGB value is (150,255,25). Sum of RGB (Red+Green+Blue) = 150+255+25=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF19 is #6900E6. Grayscale: #C6C6C6. Windows color (decimal): -6881511 or 1703830. OLE color: 1703830.
HSL color Cylindrical-coordinate representation of color #96FF19: hue angle of 87.39º 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 #96FF19 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 25 | - |
| CMYK | 0.41 | 0 | 0.90 | 0 |
| HSL | 87.39º | 1% | 0.55% | - |
| HSV(B) | 87.39º | 0.9% | 1% | - |
| XYZ | 48.51 | 78.07 | 13.43 | - |
| YUV | 197.39 | 30.71 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 25 | 0.41 | 0 | 0.90 | 0 | 87.39 | 1 | 0.55 |
| Hex | 96 | FF | 19 | 29 | 0 | 5A | 0 | 57 | 64 | 37 |
| Octal | 226 | 377 | 31 | 51 | 0 | 132 | 0 | 127 | 144 | 67 |
| Binary | 10010110 | 11111111 | 11001 | 101001 | 0 | 1011010 | 0 | 1010111 | 1100100 | 110111 |
Color Harmonies of #96FF19
Complementary color
Monochromatic Colors of #96FF19
Black with #96FF19
Text Example
Text Example
White with #96FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF19; }
p { color: rgb(150,255,25); }
H1.HeaderClassName
{
color: #96FF19;
}
.AnyTagClassName
{
color: #96FF19;
}
</style>
background-color css
<style>
a { background-color: #96FF19; }
a { background-color: rgb(150,255,25); }
div.DivClassName
{
background-color: #96FF19;
}
.BgClassName
{
background-color: #96FF19;
}
</style>
border-color css
<style>
span { border-color: #96FF19; }
span { border-color: rgb(150,255,25); }
td.TdClassName
{
border-color: #96FF19;
}
.TagClassName
{
border-color: #96FF19;
}
</style>