Shades of Spring Bud #96EC06
Tints of Spring Bud #96EC06
RGB
CMYK
RGB Variations
Color information
#96EC06 (or 0x96EC06) is known color: Spring Bud. HEX triplet: 96, EC and 06. RGB value is (150,236,6). Sum of RGB (Red+Green+Blue) = 150+236+6=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EC06 is #6913F9. Grayscale: #B8B8B8. Windows color (decimal): -6886394 or 453782. OLE color: 453782.
HSL color Cylindrical-coordinate representation of color #96EC06: hue angle of 82.43º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96EC06 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.07 |
| HSL | 82.43º | 0.95% | 0.47% | - |
| HSV(B) | 82.43º | 0.97% | 0.93% | - |
| XYZ | 42.61 | 66.49 | 10.76 | - |
| YUV | 184.07 | 27.51 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 6 | 0.36 | 0 | 0.97 | 0.07 | 82.43 | 0.95 | 0.47 |
| Hex | 96 | EC | 6 | 24 | 0 | 61 | 7 | 52 | 5F | 2F |
| Octal | 226 | 354 | 6 | 44 | 0 | 141 | 7 | 122 | 137 | 57 |
| Binary | 10010110 | 11101100 | 110 | 100100 | 0 | 1100001 | 111 | 1010010 | 1011111 | 101111 |
Color Harmonies of #96EC06
Complementary color
Monochromatic Colors of #96EC06
Black with #96EC06
Text Example
Text Example
White with #96EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC06; }
p { color: rgb(150,236,6); }
H1.HeaderClassName
{
color: #96EC06;
}
.AnyTagClassName
{
color: #96EC06;
}
</style>
background-color css
<style>
a { background-color: #96EC06; }
a { background-color: rgb(150,236,6); }
div.DivClassName
{
background-color: #96EC06;
}
.BgClassName
{
background-color: #96EC06;
}
</style>
border-color css
<style>
span { border-color: #96EC06; }
span { border-color: rgb(150,236,6); }
td.TdClassName
{
border-color: #96EC06;
}
.TagClassName
{
border-color: #96EC06;
}
</style>