Shades of Spring Bud #96E705
Tints of Spring Bud #96E705
RGB
CMYK
RGB Variations
Color information
#96E705 (or 0x96E705) is known color: Spring Bud. HEX triplet: 96, E7 and 05. RGB value is (150,231,5). Sum of RGB (Red+Green+Blue) = 150+231+5=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 231 (90.62% from 255 or 59.84% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 231 - color contains mainly: green. Hex color #96E705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E705 is #6918FA. Grayscale: #B5B5B5. Windows color (decimal): -6887675 or 386966. OLE color: 386966.
HSL color Cylindrical-coordinate representation of color #96E705: hue angle of 81.5º degrees, saturation: 0.96, 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 #96E705 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.09 |
| HSL | 81.5º | 0.96% | 0.46% | - |
| HSV(B) | 81.5º | 0.98% | 0.91% | - |
| XYZ | 41.18 | 63.65 | 10.26 | - |
| YUV | 181.02 | 28.66 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 5 | 0.35 | 0 | 0.98 | 0.09 | 81.5 | 0.96 | 0.46 |
| Hex | 96 | E7 | 5 | 23 | 0 | 62 | 9 | 52 | 60 | 2E |
| Octal | 226 | 347 | 5 | 43 | 0 | 142 | 11 | 122 | 140 | 56 |
| Binary | 10010110 | 11100111 | 101 | 100011 | 0 | 1100010 | 1001 | 1010010 | 1100000 | 101110 |
Color Harmonies of #96E705
Complementary color
Monochromatic Colors of #96E705
Black with #96E705
Text Example
Text Example
White with #96E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E705; }
p { color: rgb(150,231,5); }
H1.HeaderClassName
{
color: #96E705;
}
.AnyTagClassName
{
color: #96E705;
}
</style>
background-color css
<style>
a { background-color: #96E705; }
a { background-color: rgb(150,231,5); }
div.DivClassName
{
background-color: #96E705;
}
.BgClassName
{
background-color: #96E705;
}
</style>
border-color css
<style>
span { border-color: #96E705; }
span { border-color: rgb(150,231,5); }
td.TdClassName
{
border-color: #96E705;
}
.TagClassName
{
border-color: #96E705;
}
</style>