Shades of Spring Bud #96FF16
Tints of Spring Bud #96FF16
RGB
CMYK
RGB Variations
Color information
#96FF16 (or 0x96FF16) is known color: Spring Bud. HEX triplet: 96, FF and 16. RGB value is (150,255,22). Sum of RGB (Red+Green+Blue) = 150+255+22=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF16 is #6900E9. Grayscale: #C5C5C5. Windows color (decimal): -6881514 or 1507222. OLE color: 1507222.
HSL color Cylindrical-coordinate representation of color #96FF16: hue angle of 87.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96FF16 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 22 | - |
| CMYK | 0.41 | 0 | 0.91 | 0 |
| HSL | 87.04º | 1% | 0.54% | - |
| HSV(B) | 87.04º | 0.91% | 1% | - |
| XYZ | 48.48 | 78.06 | 13.27 | - |
| YUV | 197.04 | 29.21 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 22 | 0.41 | 0 | 0.91 | 0 | 87.04 | 1 | 0.54 |
| Hex | 96 | FF | 16 | 29 | 0 | 5B | 0 | 57 | 64 | 36 |
| Octal | 226 | 377 | 26 | 51 | 0 | 133 | 0 | 127 | 144 | 66 |
| Binary | 10010110 | 11111111 | 10110 | 101001 | 0 | 1011011 | 0 | 1010111 | 1100100 | 110110 |
Color Harmonies of #96FF16
Complementary color
Monochromatic Colors of #96FF16
Black with #96FF16
Text Example
Text Example
White with #96FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF16; }
p { color: rgb(150,255,22); }
H1.HeaderClassName
{
color: #96FF16;
}
.AnyTagClassName
{
color: #96FF16;
}
</style>
background-color css
<style>
a { background-color: #96FF16; }
a { background-color: rgb(150,255,22); }
div.DivClassName
{
background-color: #96FF16;
}
.BgClassName
{
background-color: #96FF16;
}
</style>
border-color css
<style>
span { border-color: #96FF16; }
span { border-color: rgb(150,255,22); }
td.TdClassName
{
border-color: #96FF16;
}
.TagClassName
{
border-color: #96FF16;
}
</style>