Shades of Spring Bud #96EC0B
Tints of Spring Bud #96EC0B
RGB
CMYK
RGB Variations
Color information
#96EC0B (or 0x96EC0B) is known color: Spring Bud. HEX triplet: 96, EC and 0B. RGB value is (150,236,11). Sum of RGB (Red+Green+Blue) = 150+236+11=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EC0B is #6913F4. Grayscale: #B9B9B9. Windows color (decimal): -6886389 or 781462. OLE color: 781462.
HSL color Cylindrical-coordinate representation of color #96EC0B: hue angle of 82.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96EC0B is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 11 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.07 |
| HSL | 82.93º | 0.91% | 0.48% | - |
| HSV(B) | 82.93º | 0.95% | 0.93% | - |
| XYZ | 42.63 | 66.5 | 10.91 | - |
| YUV | 184.64 | 30.01 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 11 | 0.36 | 0 | 0.95 | 0.07 | 82.93 | 0.91 | 0.48 |
| Hex | 96 | EC | B | 24 | 0 | 5F | 7 | 53 | 5B | 30 |
| Octal | 226 | 354 | 13 | 44 | 0 | 137 | 7 | 123 | 133 | 60 |
| Binary | 10010110 | 11101100 | 1011 | 100100 | 0 | 1011111 | 111 | 1010011 | 1011011 | 110000 |
Color Harmonies of #96EC0B
Complementary color
Monochromatic Colors of #96EC0B
Black with #96EC0B
Text Example
Text Example
White with #96EC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC0B; }
p { color: rgb(150,236,11); }
H1.HeaderClassName
{
color: #96EC0B;
}
.AnyTagClassName
{
color: #96EC0B;
}
</style>
background-color css
<style>
a { background-color: #96EC0B; }
a { background-color: rgb(150,236,11); }
div.DivClassName
{
background-color: #96EC0B;
}
.BgClassName
{
background-color: #96EC0B;
}
</style>
border-color css
<style>
span { border-color: #96EC0B; }
span { border-color: rgb(150,236,11); }
td.TdClassName
{
border-color: #96EC0B;
}
.TagClassName
{
border-color: #96EC0B;
}
</style>