Shades of Spring Bud #96EA00
Tints of Spring Bud #96EA00
RGB
CMYK
RGB Variations
Color information
#96EA00 (or 0x96EA00) is known color: Spring Bud. HEX triplet: 96, EA and 00. RGB value is (150,234,0). Sum of RGB (Red+Green+Blue) = 150+234+0=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 234 (91.80% from 255 or 60.94% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EA00 is #6915FF. Grayscale: #B7B7B7. Windows color (decimal): -6886912 or 60054. OLE color: 60054.
HSL color Cylindrical-coordinate representation of color #96EA00: hue angle of 81.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96EA00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.08 |
| HSL | 81.54º | 1% | 0.46% | - |
| HSV(B) | 81.54º | 1% | 0.92% | - |
| XYZ | 42 | 65.33 | 10.4 | - |
| YUV | 182.21 | 25.17 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 0 | 0.36 | 0 | 1 | 0.08 | 81.54 | 1 | 0.46 |
| Hex | 96 | EA | 0 | 24 | 0 | 64 | 8 | 52 | 64 | 2E |
| Octal | 226 | 352 | 0 | 44 | 0 | 144 | 10 | 122 | 144 | 56 |
| Binary | 10010110 | 11101010 | 0 | 100100 | 0 | 1100100 | 1000 | 1010010 | 1100100 | 101110 |
Color Harmonies of #96EA00
Complementary color
Monochromatic Colors of #96EA00
Black with #96EA00
Text Example
Text Example
White with #96EA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA00; }
p { color: rgb(150,234,0); }
H1.HeaderClassName
{
color: #96EA00;
}
.AnyTagClassName
{
color: #96EA00;
}
</style>
background-color css
<style>
a { background-color: #96EA00; }
a { background-color: rgb(150,234,0); }
div.DivClassName
{
background-color: #96EA00;
}
.BgClassName
{
background-color: #96EA00;
}
</style>
border-color css
<style>
span { border-color: #96EA00; }
span { border-color: rgb(150,234,0); }
td.TdClassName
{
border-color: #96EA00;
}
.TagClassName
{
border-color: #96EA00;
}
</style>