Shades of Spring Bud #96FF01
Tints of Spring Bud #96FF01
RGB
CMYK
RGB Variations
Color information
#96FF01 (or 0x96FF01) is known color: Spring Bud. HEX triplet: 96, FF and 01. RGB value is (150,255,1). Sum of RGB (Red+Green+Blue) = 150+255+1=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF01 is #6900FE. Grayscale: #C3C3C3. Windows color (decimal): -6881535 or 130966. OLE color: 130966.
HSL color Cylindrical-coordinate representation of color #96FF01: hue angle of 84.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96FF01 is Cyan = 0.41, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 1 | - |
| CMYK | 0.41 | 0 | 1.00 | 0 |
| HSL | 84.8º | 1% | 0.5% | - |
| HSV(B) | 84.8º | 1% | 1% | - |
| XYZ | 48.34 | 78.01 | 12.54 | - |
| YUV | 194.65 | 18.71 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 1 | 0.41 | 0 | 1.00 | 0 | 84.8 | 1 | 0.5 |
| Hex | 96 | FF | 1 | 29 | 0 | 64 | 0 | 55 | 64 | 32 |
| Octal | 226 | 377 | 1 | 51 | 0 | 144 | 0 | 125 | 144 | 62 |
| Binary | 10010110 | 11111111 | 1 | 101001 | 0 | 1100100 | 0 | 1010101 | 1100100 | 110010 |
Color Harmonies of #96FF01
Complementary color
Monochromatic Colors of #96FF01
Black with #96FF01
Text Example
Text Example
White with #96FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF01; }
p { color: rgb(150,255,1); }
H1.HeaderClassName
{
color: #96FF01;
}
.AnyTagClassName
{
color: #96FF01;
}
</style>
background-color css
<style>
a { background-color: #96FF01; }
a { background-color: rgb(150,255,1); }
div.DivClassName
{
background-color: #96FF01;
}
.BgClassName
{
background-color: #96FF01;
}
</style>
border-color css
<style>
span { border-color: #96FF01; }
span { border-color: rgb(150,255,1); }
td.TdClassName
{
border-color: #96FF01;
}
.TagClassName
{
border-color: #96FF01;
}
</style>