Shades of Spring Bud #96F900
Tints of Spring Bud #96F900
RGB
CMYK
RGB Variations
Color information
#96F900 (or 0x96F900) is known color: Spring Bud. HEX triplet: 96, F9 and 00. RGB value is (150,249,0). Sum of RGB (Red+Green+Blue) = 150+249+0=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #96F900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F900 is #6906FF. Grayscale: #BFBFBF. Windows color (decimal): -6883072 or 63894. OLE color: 63894.
HSL color Cylindrical-coordinate representation of color #96F900: hue angle of 83.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96F900 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.02 |
| HSL | 83.86º | 1% | 0.49% | - |
| HSV(B) | 83.86º | 1% | 0.98% | - |
| XYZ | 46.45 | 74.24 | 11.88 | - |
| YUV | 191.01 | 20.2 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 0 | 0.40 | 0 | 1 | 0.02 | 83.86 | 1 | 0.49 |
| Hex | 96 | F9 | 0 | 28 | 0 | 64 | 2 | 54 | 64 | 31 |
| Octal | 226 | 371 | 0 | 50 | 0 | 144 | 2 | 124 | 144 | 61 |
| Binary | 10010110 | 11111001 | 0 | 101000 | 0 | 1100100 | 10 | 1010100 | 1100100 | 110001 |
Color Harmonies of #96F900
Complementary color
Monochromatic Colors of #96F900
Black with #96F900
Text Example
Text Example
White with #96F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F900; }
p { color: rgb(150,249,0); }
H1.HeaderClassName
{
color: #96F900;
}
.AnyTagClassName
{
color: #96F900;
}
</style>
background-color css
<style>
a { background-color: #96F900; }
a { background-color: rgb(150,249,0); }
div.DivClassName
{
background-color: #96F900;
}
.BgClassName
{
background-color: #96F900;
}
</style>
border-color css
<style>
span { border-color: #96F900; }
span { border-color: rgb(150,249,0); }
td.TdClassName
{
border-color: #96F900;
}
.TagClassName
{
border-color: #96F900;
}
</style>