Shades of Spring Bud #96F310
Tints of Spring Bud #96F310
RGB
CMYK
RGB Variations
Color information
#96F310 (or 0x96F310) is known color: Spring Bud. HEX triplet: 96, F3 and 10. RGB value is (150,243,16). Sum of RGB (Red+Green+Blue) = 150+243+16=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #96F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F310 is #690CEF. Grayscale: #BEBEBE. Windows color (decimal): -6884592 or 1110934. OLE color: 1110934.
HSL color Cylindrical-coordinate representation of color #96F310: hue angle of 84.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96F310 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.05 |
| HSL | 84.58º | 0.9% | 0.51% | - |
| HSV(B) | 84.58º | 0.93% | 0.95% | - |
| XYZ | 44.72 | 70.62 | 11.76 | - |
| YUV | 189.32 | 30.19 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 16 | 0.38 | 0 | 0.93 | 0.05 | 84.58 | 0.9 | 0.51 |
| Hex | 96 | F3 | 10 | 26 | 0 | 5D | 5 | 55 | 5A | 33 |
| Octal | 226 | 363 | 20 | 46 | 0 | 135 | 5 | 125 | 132 | 63 |
| Binary | 10010110 | 11110011 | 10000 | 100110 | 0 | 1011101 | 101 | 1010101 | 1011010 | 110011 |
Color Harmonies of #96F310
Complementary color
Monochromatic Colors of #96F310
Black with #96F310
Text Example
Text Example
White with #96F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F310; }
p { color: rgb(150,243,16); }
H1.HeaderClassName
{
color: #96F310;
}
.AnyTagClassName
{
color: #96F310;
}
</style>
background-color css
<style>
a { background-color: #96F310; }
a { background-color: rgb(150,243,16); }
div.DivClassName
{
background-color: #96F310;
}
.BgClassName
{
background-color: #96F310;
}
</style>
border-color css
<style>
span { border-color: #96F310; }
span { border-color: rgb(150,243,16); }
td.TdClassName
{
border-color: #96F310;
}
.TagClassName
{
border-color: #96F310;
}
</style>