Shades of Spring Bud #96F70D
Tints of Spring Bud #96F70D
RGB
CMYK
RGB Variations
Color information
#96F70D (or 0x96F70D) is known color: Spring Bud. HEX triplet: 96, F7 and 0D. RGB value is (150,247,13). Sum of RGB (Red+Green+Blue) = 150+247+13=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 247 (96.88% from 255 or 60.24% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 247 - color contains mainly: green. Hex color #96F70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F70D is #6908F2. Grayscale: #C0C0C0. Windows color (decimal): -6883571 or 915350. OLE color: 915350.
HSL color Cylindrical-coordinate representation of color #96F70D: hue angle of 84.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96F70D is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 13 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.03 |
| HSL | 84.87º | 0.94% | 0.51% | - |
| HSV(B) | 84.87º | 0.95% | 0.97% | - |
| XYZ | 45.91 | 73.03 | 12.06 | - |
| YUV | 191.32 | 27.36 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 13 | 0.39 | 0 | 0.95 | 0.03 | 84.87 | 0.94 | 0.51 |
| Hex | 96 | F7 | D | 27 | 0 | 5F | 3 | 55 | 5E | 33 |
| Octal | 226 | 367 | 15 | 47 | 0 | 137 | 3 | 125 | 136 | 63 |
| Binary | 10010110 | 11110111 | 1101 | 100111 | 0 | 1011111 | 11 | 1010101 | 1011110 | 110011 |
Color Harmonies of #96F70D
Complementary color
Monochromatic Colors of #96F70D
Black with #96F70D
Text Example
Text Example
White with #96F70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F70D; }
p { color: rgb(150,247,13); }
H1.HeaderClassName
{
color: #96F70D;
}
.AnyTagClassName
{
color: #96F70D;
}
</style>
background-color css
<style>
a { background-color: #96F70D; }
a { background-color: rgb(150,247,13); }
div.DivClassName
{
background-color: #96F70D;
}
.BgClassName
{
background-color: #96F70D;
}
</style>
border-color css
<style>
span { border-color: #96F70D; }
span { border-color: rgb(150,247,13); }
td.TdClassName
{
border-color: #96F70D;
}
.TagClassName
{
border-color: #96F70D;
}
</style>