Shades of Spring Bud #96F117
Tints of Spring Bud #96F117
RGB
CMYK
RGB Variations
Color information
#96F117 (or 0x96F117) is known color: Spring Bud. HEX triplet: 96, F1 and 17. RGB value is (150,241,23). Sum of RGB (Red+Green+Blue) = 150+241+23=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #96F117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F117 is #690EE8. Grayscale: #BDBDBD. Windows color (decimal): -6885097 or 1569174. OLE color: 1569174.
HSL color Cylindrical-coordinate representation of color #96F117: hue angle of 85.05º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96F117 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 23 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.05 |
| HSL | 85.05º | 0.89% | 0.52% | - |
| HSV(B) | 85.05º | 0.9% | 0.95% | - |
| XYZ | 44.19 | 69.46 | 11.89 | - |
| YUV | 188.94 | 34.35 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 23 | 0.38 | 0 | 0.90 | 0.05 | 85.05 | 0.89 | 0.52 |
| Hex | 96 | F1 | 17 | 26 | 0 | 5A | 5 | 55 | 59 | 34 |
| Octal | 226 | 361 | 27 | 46 | 0 | 132 | 5 | 125 | 131 | 64 |
| Binary | 10010110 | 11110001 | 10111 | 100110 | 0 | 1011010 | 101 | 1010101 | 1011001 | 110100 |
Color Harmonies of #96F117
Complementary color
Monochromatic Colors of #96F117
Black with #96F117
Text Example
Text Example
White with #96F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F117; }
p { color: rgb(150,241,23); }
H1.HeaderClassName
{
color: #96F117;
}
.AnyTagClassName
{
color: #96F117;
}
</style>
background-color css
<style>
a { background-color: #96F117; }
a { background-color: rgb(150,241,23); }
div.DivClassName
{
background-color: #96F117;
}
.BgClassName
{
background-color: #96F117;
}
</style>
border-color css
<style>
span { border-color: #96F117; }
span { border-color: rgb(150,241,23); }
td.TdClassName
{
border-color: #96F117;
}
.TagClassName
{
border-color: #96F117;
}
</style>