Shades of Spring Bud #96F015
Tints of Spring Bud #96F015
RGB
CMYK
RGB Variations
Color information
#96F015 (or 0x96F015) is known color: Spring Bud. HEX triplet: 96, F0 and 15. RGB value is (150,240,21). Sum of RGB (Red+Green+Blue) = 150+240+21=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #96F015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F015 is #690FEA. Grayscale: #BCBCBC. Windows color (decimal): -6885355 or 1437846. OLE color: 1437846.
HSL color Cylindrical-coordinate representation of color #96F015: hue angle of 84.66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96F015 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 21 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.06 |
| HSL | 84.66º | 0.88% | 0.51% | - |
| HSV(B) | 84.66º | 0.91% | 0.94% | - |
| XYZ | 43.87 | 68.86 | 11.69 | - |
| YUV | 188.12 | 33.68 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 21 | 0.37 | 0 | 0.91 | 0.06 | 84.66 | 0.88 | 0.51 |
| Hex | 96 | F0 | 15 | 25 | 0 | 5B | 6 | 55 | 58 | 33 |
| Octal | 226 | 360 | 25 | 45 | 0 | 133 | 6 | 125 | 130 | 63 |
| Binary | 10010110 | 11110000 | 10101 | 100101 | 0 | 1011011 | 110 | 1010101 | 1011000 | 110011 |
Color Harmonies of #96F015
Complementary color
Monochromatic Colors of #96F015
Black with #96F015
Text Example
Text Example
White with #96F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F015; }
p { color: rgb(150,240,21); }
H1.HeaderClassName
{
color: #96F015;
}
.AnyTagClassName
{
color: #96F015;
}
</style>
background-color css
<style>
a { background-color: #96F015; }
a { background-color: rgb(150,240,21); }
div.DivClassName
{
background-color: #96F015;
}
.BgClassName
{
background-color: #96F015;
}
</style>
border-color css
<style>
span { border-color: #96F015; }
span { border-color: rgb(150,240,21); }
td.TdClassName
{
border-color: #96F015;
}
.TagClassName
{
border-color: #96F015;
}
</style>