Shades of Spring Bud #96F219
Tints of Spring Bud #96F219
RGB
CMYK
RGB Variations
Color information
#96F219 (or 0x96F219) is known color: Spring Bud. HEX triplet: 96, F2 and 19. RGB value is (150,242,25). Sum of RGB (Red+Green+Blue) = 150+242+25=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #96F219 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F219 is #690DE6. Grayscale: #BEBEBE. Windows color (decimal): -6884839 or 1700502. OLE color: 1700502.
HSL color Cylindrical-coordinate representation of color #96F219: hue angle of 85.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96F219 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 25 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.05 |
| HSL | 85.44º | 0.89% | 0.52% | - |
| HSV(B) | 85.44º | 0.9% | 0.95% | - |
| XYZ | 44.51 | 70.06 | 12.1 | - |
| YUV | 189.75 | 35.02 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 25 | 0.38 | 0 | 0.90 | 0.05 | 85.44 | 0.89 | 0.52 |
| Hex | 96 | F2 | 19 | 26 | 0 | 5A | 5 | 55 | 59 | 34 |
| Octal | 226 | 362 | 31 | 46 | 0 | 132 | 5 | 125 | 131 | 64 |
| Binary | 10010110 | 11110010 | 11001 | 100110 | 0 | 1011010 | 101 | 1010101 | 1011001 | 110100 |
Color Harmonies of #96F219
Complementary color
Monochromatic Colors of #96F219
Black with #96F219
Text Example
Text Example
White with #96F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F219; }
p { color: rgb(150,242,25); }
H1.HeaderClassName
{
color: #96F219;
}
.AnyTagClassName
{
color: #96F219;
}
</style>
background-color css
<style>
a { background-color: #96F219; }
a { background-color: rgb(150,242,25); }
div.DivClassName
{
background-color: #96F219;
}
.BgClassName
{
background-color: #96F219;
}
</style>
border-color css
<style>
span { border-color: #96F219; }
span { border-color: rgb(150,242,25); }
td.TdClassName
{
border-color: #96F219;
}
.TagClassName
{
border-color: #96F219;
}
</style>