Shades of Spring Bud #96E804
Tints of Spring Bud #96E804
RGB
CMYK
RGB Variations
Color information
#96E804 (or 0x96E804) is known color: Spring Bud. HEX triplet: 96, E8 and 04. RGB value is (150,232,4). Sum of RGB (Red+Green+Blue) = 150+232+4=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #96E804 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E804 is #6917FB. Grayscale: #B6B6B6. Windows color (decimal): -6887420 or 321686. OLE color: 321686.
HSL color Cylindrical-coordinate representation of color #96E804: hue angle of 81.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96E804 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.09 |
| HSL | 81.58º | 0.97% | 0.46% | - |
| HSV(B) | 81.58º | 0.98% | 0.91% | - |
| XYZ | 41.46 | 64.21 | 10.32 | - |
| YUV | 181.49 | 27.83 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 4 | 0.35 | 0 | 0.98 | 0.09 | 81.58 | 0.97 | 0.46 |
| Hex | 96 | E8 | 4 | 23 | 0 | 62 | 9 | 52 | 61 | 2E |
| Octal | 226 | 350 | 4 | 43 | 0 | 142 | 11 | 122 | 141 | 56 |
| Binary | 10010110 | 11101000 | 100 | 100011 | 0 | 1100010 | 1001 | 1010010 | 1100001 | 101110 |
Color Harmonies of #96E804
Complementary color
Monochromatic Colors of #96E804
Black with #96E804
Text Example
Text Example
White with #96E804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E804; }
p { color: rgb(150,232,4); }
H1.HeaderClassName
{
color: #96E804;
}
.AnyTagClassName
{
color: #96E804;
}
</style>
background-color css
<style>
a { background-color: #96E804; }
a { background-color: rgb(150,232,4); }
div.DivClassName
{
background-color: #96E804;
}
.BgClassName
{
background-color: #96E804;
}
</style>
border-color css
<style>
span { border-color: #96E804; }
span { border-color: rgb(150,232,4); }
td.TdClassName
{
border-color: #96E804;
}
.TagClassName
{
border-color: #96E804;
}
</style>