Shades of Spring Bud #96F905
Tints of Spring Bud #96F905
RGB
CMYK
RGB Variations
Color information
#96F905 (or 0x96F905) is known color: Spring Bud. HEX triplet: 96, F9 and 05. RGB value is (150,249,5). Sum of RGB (Red+Green+Blue) = 150+249+5=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #96F905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F905 is #6906FA. Grayscale: #C0C0C0. Windows color (decimal): -6883067 or 391574. OLE color: 391574.
HSL color Cylindrical-coordinate representation of color #96F905: hue angle of 84.34º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96F905 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 5 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.02 |
| HSL | 84.34º | 0.96% | 0.5% | - |
| HSV(B) | 84.34º | 0.98% | 0.98% | - |
| XYZ | 46.48 | 74.25 | 12.02 | - |
| YUV | 191.58 | 22.7 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 5 | 0.40 | 0 | 0.98 | 0.02 | 84.34 | 0.96 | 0.5 |
| Hex | 96 | F9 | 5 | 28 | 0 | 62 | 2 | 54 | 60 | 32 |
| Octal | 226 | 371 | 5 | 50 | 0 | 142 | 2 | 124 | 140 | 62 |
| Binary | 10010110 | 11111001 | 101 | 101000 | 0 | 1100010 | 10 | 1010100 | 1100000 | 110010 |
Color Harmonies of #96F905
Complementary color
Monochromatic Colors of #96F905
Black with #96F905
Text Example
Text Example
White with #96F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F905; }
p { color: rgb(150,249,5); }
H1.HeaderClassName
{
color: #96F905;
}
.AnyTagClassName
{
color: #96F905;
}
</style>
background-color css
<style>
a { background-color: #96F905; }
a { background-color: rgb(150,249,5); }
div.DivClassName
{
background-color: #96F905;
}
.BgClassName
{
background-color: #96F905;
}
</style>
border-color css
<style>
span { border-color: #96F905; }
span { border-color: rgb(150,249,5); }
td.TdClassName
{
border-color: #96F905;
}
.TagClassName
{
border-color: #96F905;
}
</style>