Shades of Spring Bud #96F616
Tints of Spring Bud #96F616
RGB
CMYK
RGB Variations
Color information
#96F616 (or 0x96F616) is known color: Spring Bud. HEX triplet: 96, F6 and 16. RGB value is (150,246,22). Sum of RGB (Red+Green+Blue) = 150+246+22=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #96F616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F616 is #6909E9. Grayscale: #C0C0C0. Windows color (decimal): -6883818 or 1504918. OLE color: 1504918.
HSL color Cylindrical-coordinate representation of color #96F616: hue angle of 85.71º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96F616 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 22 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.04 |
| HSL | 85.71º | 0.93% | 0.53% | - |
| HSV(B) | 85.71º | 0.91% | 0.96% | - |
| XYZ | 45.68 | 72.45 | 12.34 | - |
| YUV | 191.76 | 32.2 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 22 | 0.39 | 0 | 0.91 | 0.04 | 85.71 | 0.93 | 0.53 |
| Hex | 96 | F6 | 16 | 27 | 0 | 5B | 4 | 56 | 5D | 35 |
| Octal | 226 | 366 | 26 | 47 | 0 | 133 | 4 | 126 | 135 | 65 |
| Binary | 10010110 | 11110110 | 10110 | 100111 | 0 | 1011011 | 100 | 1010110 | 1011101 | 110101 |
Color Harmonies of #96F616
Complementary color
Monochromatic Colors of #96F616
Black with #96F616
Text Example
Text Example
White with #96F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F616; }
p { color: rgb(150,246,22); }
H1.HeaderClassName
{
color: #96F616;
}
.AnyTagClassName
{
color: #96F616;
}
</style>
background-color css
<style>
a { background-color: #96F616; }
a { background-color: rgb(150,246,22); }
div.DivClassName
{
background-color: #96F616;
}
.BgClassName
{
background-color: #96F616;
}
</style>
border-color css
<style>
span { border-color: #96F616; }
span { border-color: rgb(150,246,22); }
td.TdClassName
{
border-color: #96F616;
}
.TagClassName
{
border-color: #96F616;
}
</style>