Shades of Spring Bud #96F908
Tints of Spring Bud #96F908
RGB
CMYK
RGB Variations
Color information
#96F908 (or 0x96F908) is known color: Spring Bud. HEX triplet: 96, F9 and 08. RGB value is (150,249,8). Sum of RGB (Red+Green+Blue) = 150+249+8=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #96F908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F908 is #6906F7. Grayscale: #C0C0C0. Windows color (decimal): -6883064 or 588182. OLE color: 588182.
HSL color Cylindrical-coordinate representation of color #96F908: hue angle of 84.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96F908 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 8 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.02 |
| HSL | 84.65º | 0.95% | 0.5% | - |
| HSV(B) | 84.65º | 0.97% | 0.98% | - |
| XYZ | 46.5 | 74.25 | 12.11 | - |
| YUV | 191.93 | 24.2 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 8 | 0.40 | 0 | 0.97 | 0.02 | 84.65 | 0.95 | 0.5 |
| Hex | 96 | F9 | 8 | 28 | 0 | 61 | 2 | 55 | 5F | 32 |
| Octal | 226 | 371 | 10 | 50 | 0 | 141 | 2 | 125 | 137 | 62 |
| Binary | 10010110 | 11111001 | 1000 | 101000 | 0 | 1100001 | 10 | 1010101 | 1011111 | 110010 |
Color Harmonies of #96F908
Complementary color
Monochromatic Colors of #96F908
Black with #96F908
Text Example
Text Example
White with #96F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F908; }
p { color: rgb(150,249,8); }
H1.HeaderClassName
{
color: #96F908;
}
.AnyTagClassName
{
color: #96F908;
}
</style>
background-color css
<style>
a { background-color: #96F908; }
a { background-color: rgb(150,249,8); }
div.DivClassName
{
background-color: #96F908;
}
.BgClassName
{
background-color: #96F908;
}
</style>
border-color css
<style>
span { border-color: #96F908; }
span { border-color: rgb(150,249,8); }
td.TdClassName
{
border-color: #96F908;
}
.TagClassName
{
border-color: #96F908;
}
</style>