Shades of Spring Bud #96FF11
Tints of Spring Bud #96FF11
RGB
CMYK
RGB Variations
Color information
#96FF11 (or 0x96FF11) is known color: Spring Bud. HEX triplet: 96, FF and 11. RGB value is (150,255,17). Sum of RGB (Red+Green+Blue) = 150+255+17=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF11 is #6900EE. Grayscale: #C5C5C5. Windows color (decimal): -6881519 or 1179542. OLE color: 1179542.
HSL color Cylindrical-coordinate representation of color #96FF11: hue angle of 86.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96FF11 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 17 | - |
| CMYK | 0.41 | 0 | 0.93 | 0 |
| HSL | 86.47º | 1% | 0.53% | - |
| HSV(B) | 86.47º | 0.93% | 1% | - |
| XYZ | 48.44 | 78.04 | 13.04 | - |
| YUV | 196.47 | 26.71 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 17 | 0.41 | 0 | 0.93 | 0 | 86.47 | 1 | 0.53 |
| Hex | 96 | FF | 11 | 29 | 0 | 5D | 0 | 56 | 64 | 35 |
| Octal | 226 | 377 | 21 | 51 | 0 | 135 | 0 | 126 | 144 | 65 |
| Binary | 10010110 | 11111111 | 10001 | 101001 | 0 | 1011101 | 0 | 1010110 | 1100100 | 110101 |
Color Harmonies of #96FF11
Complementary color
Monochromatic Colors of #96FF11
Black with #96FF11
Text Example
Text Example
White with #96FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF11; }
p { color: rgb(150,255,17); }
H1.HeaderClassName
{
color: #96FF11;
}
.AnyTagClassName
{
color: #96FF11;
}
</style>
background-color css
<style>
a { background-color: #96FF11; }
a { background-color: rgb(150,255,17); }
div.DivClassName
{
background-color: #96FF11;
}
.BgClassName
{
background-color: #96FF11;
}
</style>
border-color css
<style>
span { border-color: #96FF11; }
span { border-color: rgb(150,255,17); }
td.TdClassName
{
border-color: #96FF11;
}
.TagClassName
{
border-color: #96FF11;
}
</style>