Shades of Spring Bud #96F10D
Tints of Spring Bud #96F10D
RGB
CMYK
RGB Variations
Color information
#96F10D (or 0x96F10D) is known color: Spring Bud. HEX triplet: 96, F1 and 0D. RGB value is (150,241,13). Sum of RGB (Red+Green+Blue) = 150+241+13=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #96F10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F10D is #690EF2. Grayscale: #BCBCBC. Windows color (decimal): -6885107 or 913814. OLE color: 913814.
HSL color Cylindrical-coordinate representation of color #96F10D: hue angle of 83.95º degrees, saturation: 0.9, 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 #96F10D is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 13 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.05 |
| HSL | 83.95º | 0.9% | 0.5% | - |
| HSV(B) | 83.95º | 0.95% | 0.95% | - |
| XYZ | 44.11 | 69.42 | 11.46 | - |
| YUV | 187.8 | 29.35 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 13 | 0.38 | 0 | 0.95 | 0.05 | 83.95 | 0.9 | 0.5 |
| Hex | 96 | F1 | D | 26 | 0 | 5F | 5 | 54 | 5A | 32 |
| Octal | 226 | 361 | 15 | 46 | 0 | 137 | 5 | 124 | 132 | 62 |
| Binary | 10010110 | 11110001 | 1101 | 100110 | 0 | 1011111 | 101 | 1010100 | 1011010 | 110010 |
Color Harmonies of #96F10D
Complementary color
Monochromatic Colors of #96F10D
Black with #96F10D
Text Example
Text Example
White with #96F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F10D; }
p { color: rgb(150,241,13); }
H1.HeaderClassName
{
color: #96F10D;
}
.AnyTagClassName
{
color: #96F10D;
}
</style>
background-color css
<style>
a { background-color: #96F10D; }
a { background-color: rgb(150,241,13); }
div.DivClassName
{
background-color: #96F10D;
}
.BgClassName
{
background-color: #96F10D;
}
</style>
border-color css
<style>
span { border-color: #96F10D; }
span { border-color: rgb(150,241,13); }
td.TdClassName
{
border-color: #96F10D;
}
.TagClassName
{
border-color: #96F10D;
}
</style>