Shades of Spring Bud #96F10C
Tints of Spring Bud #96F10C
RGB
CMYK
RGB Variations
Color information
#96F10C (or 0x96F10C) is known color: Spring Bud. HEX triplet: 96, F1 and 0C. RGB value is (150,241,12). Sum of RGB (Red+Green+Blue) = 150+241+12=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #96F10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F10C is #690EF3. Grayscale: #BCBCBC. Windows color (decimal): -6885108 or 848278. OLE color: 848278.
HSL color Cylindrical-coordinate representation of color #96F10C: hue angle of 83.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96F10C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.05 |
| HSL | 83.84º | 0.91% | 0.5% | - |
| HSV(B) | 83.84º | 0.95% | 0.95% | - |
| XYZ | 44.1 | 69.42 | 11.42 | - |
| YUV | 187.69 | 28.85 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 12 | 0.38 | 0 | 0.95 | 0.05 | 83.84 | 0.91 | 0.5 |
| Hex | 96 | F1 | C | 26 | 0 | 5F | 5 | 54 | 5B | 32 |
| Octal | 226 | 361 | 14 | 46 | 0 | 137 | 5 | 124 | 133 | 62 |
| Binary | 10010110 | 11110001 | 1100 | 100110 | 0 | 1011111 | 101 | 1010100 | 1011011 | 110010 |
Color Harmonies of #96F10C
Complementary color
Monochromatic Colors of #96F10C
Black with #96F10C
Text Example
Text Example
White with #96F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F10C; }
p { color: rgb(150,241,12); }
H1.HeaderClassName
{
color: #96F10C;
}
.AnyTagClassName
{
color: #96F10C;
}
</style>
background-color css
<style>
a { background-color: #96F10C; }
a { background-color: rgb(150,241,12); }
div.DivClassName
{
background-color: #96F10C;
}
.BgClassName
{
background-color: #96F10C;
}
</style>
border-color css
<style>
span { border-color: #96F10C; }
span { border-color: rgb(150,241,12); }
td.TdClassName
{
border-color: #96F10C;
}
.TagClassName
{
border-color: #96F10C;
}
</style>