Shades of Spring Bud #96F217
Tints of Spring Bud #96F217
RGB
CMYK
RGB Variations
Color information
#96F217 (or 0x96F217) is known color: Spring Bud. HEX triplet: 96, F2 and 17. RGB value is (150,242,23). Sum of RGB (Red+Green+Blue) = 150+242+23=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #96F217 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F217 is #690DE8. Grayscale: #BEBEBE. Windows color (decimal): -6884841 or 1569430. OLE color: 1569430.
HSL color Cylindrical-coordinate representation of color #96F217: hue angle of 85.21º 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 #96F217 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 23 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.05 |
| HSL | 85.21º | 0.89% | 0.52% | - |
| HSV(B) | 85.21º | 0.9% | 0.95% | - |
| XYZ | 44.48 | 70.05 | 11.99 | - |
| YUV | 189.53 | 34.02 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 23 | 0.38 | 0 | 0.90 | 0.05 | 85.21 | 0.89 | 0.52 |
| Hex | 96 | F2 | 17 | 26 | 0 | 5A | 5 | 55 | 59 | 34 |
| Octal | 226 | 362 | 27 | 46 | 0 | 132 | 5 | 125 | 131 | 64 |
| Binary | 10010110 | 11110010 | 10111 | 100110 | 0 | 1011010 | 101 | 1010101 | 1011001 | 110100 |
Color Harmonies of #96F217
Complementary color
Monochromatic Colors of #96F217
Black with #96F217
Text Example
Text Example
White with #96F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F217; }
p { color: rgb(150,242,23); }
H1.HeaderClassName
{
color: #96F217;
}
.AnyTagClassName
{
color: #96F217;
}
</style>
background-color css
<style>
a { background-color: #96F217; }
a { background-color: rgb(150,242,23); }
div.DivClassName
{
background-color: #96F217;
}
.BgClassName
{
background-color: #96F217;
}
</style>
border-color css
<style>
span { border-color: #96F217; }
span { border-color: rgb(150,242,23); }
td.TdClassName
{
border-color: #96F217;
}
.TagClassName
{
border-color: #96F217;
}
</style>