Shades of Spring Bud #96F90D
Tints of Spring Bud #96F90D
RGB
CMYK
RGB Variations
Color information
#96F90D (or 0x96F90D) is known color: Spring Bud. HEX triplet: 96, F9 and 0D. RGB value is (150,249,13). Sum of RGB (Red+Green+Blue) = 150+249+13=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #96F90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F90D is #6906F2. Grayscale: #C1C1C1. Windows color (decimal): -6883059 or 915862. OLE color: 915862.
HSL color Cylindrical-coordinate representation of color #96F90D: hue angle of 85.17º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96F90D is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 13 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.02 |
| HSL | 85.17º | 0.95% | 0.51% | - |
| HSV(B) | 85.17º | 0.95% | 0.98% | - |
| XYZ | 46.53 | 74.26 | 12.26 | - |
| YUV | 192.5 | 26.7 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 13 | 0.40 | 0 | 0.95 | 0.02 | 85.17 | 0.95 | 0.51 |
| Hex | 96 | F9 | D | 28 | 0 | 5F | 2 | 55 | 5F | 33 |
| Octal | 226 | 371 | 15 | 50 | 0 | 137 | 2 | 125 | 137 | 63 |
| Binary | 10010110 | 11111001 | 1101 | 101000 | 0 | 1011111 | 10 | 1010101 | 1011111 | 110011 |
Color Harmonies of #96F90D
Complementary color
Monochromatic Colors of #96F90D
Black with #96F90D
Text Example
Text Example
White with #96F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F90D; }
p { color: rgb(150,249,13); }
H1.HeaderClassName
{
color: #96F90D;
}
.AnyTagClassName
{
color: #96F90D;
}
</style>
background-color css
<style>
a { background-color: #96F90D; }
a { background-color: rgb(150,249,13); }
div.DivClassName
{
background-color: #96F90D;
}
.BgClassName
{
background-color: #96F90D;
}
</style>
border-color css
<style>
span { border-color: #96F90D; }
span { border-color: rgb(150,249,13); }
td.TdClassName
{
border-color: #96F90D;
}
.TagClassName
{
border-color: #96F90D;
}
</style>