Shades of Spring Bud #96FF14
Tints of Spring Bud #96FF14
RGB
CMYK
RGB Variations
Color information
#96FF14 (or 0x96FF14) is known color: Spring Bud. HEX triplet: 96, FF and 14. RGB value is (150,255,20). Sum of RGB (Red+Green+Blue) = 150+255+20=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF14 is #6900EB. Grayscale: #C5C5C5. Windows color (decimal): -6881516 or 1376150. OLE color: 1376150.
HSL color Cylindrical-coordinate representation of color #96FF14: hue angle of 86.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96FF14 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 20 | - |
| CMYK | 0.41 | 0 | 0.92 | 0 |
| HSL | 86.81º | 1% | 0.54% | - |
| HSV(B) | 86.81º | 0.92% | 1% | - |
| XYZ | 48.46 | 78.05 | 13.17 | - |
| YUV | 196.82 | 28.21 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 20 | 0.41 | 0 | 0.92 | 0 | 86.81 | 1 | 0.54 |
| Hex | 96 | FF | 14 | 29 | 0 | 5C | 0 | 57 | 64 | 36 |
| Octal | 226 | 377 | 24 | 51 | 0 | 134 | 0 | 127 | 144 | 66 |
| Binary | 10010110 | 11111111 | 10100 | 101001 | 0 | 1011100 | 0 | 1010111 | 1100100 | 110110 |
Color Harmonies of #96FF14
Complementary color
Monochromatic Colors of #96FF14
Black with #96FF14
Text Example
Text Example
White with #96FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF14; }
p { color: rgb(150,255,20); }
H1.HeaderClassName
{
color: #96FF14;
}
.AnyTagClassName
{
color: #96FF14;
}
</style>
background-color css
<style>
a { background-color: #96FF14; }
a { background-color: rgb(150,255,20); }
div.DivClassName
{
background-color: #96FF14;
}
.BgClassName
{
background-color: #96FF14;
}
</style>
border-color css
<style>
span { border-color: #96FF14; }
span { border-color: rgb(150,255,20); }
td.TdClassName
{
border-color: #96FF14;
}
.TagClassName
{
border-color: #96FF14;
}
</style>