Shades of Spring Bud #96F90C
Tints of Spring Bud #96F90C
RGB
CMYK
RGB Variations
Color information
#96F90C (or 0x96F90C) is known color: Spring Bud. HEX triplet: 96, F9 and 0C. RGB value is (150,249,12). Sum of RGB (Red+Green+Blue) = 150+249+12=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #96F90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F90C is #6906F3. Grayscale: #C1C1C1. Windows color (decimal): -6883060 or 850326. OLE color: 850326.
HSL color Cylindrical-coordinate representation of color #96F90C: hue angle of 85.06º 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 #96F90C is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 12 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.02 |
| HSL | 85.06º | 0.95% | 0.51% | - |
| HSV(B) | 85.06º | 0.95% | 0.98% | - |
| XYZ | 46.52 | 74.26 | 12.23 | - |
| YUV | 192.38 | 26.2 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 12 | 0.40 | 0 | 0.95 | 0.02 | 85.06 | 0.95 | 0.51 |
| Hex | 96 | F9 | C | 28 | 0 | 5F | 2 | 55 | 5F | 33 |
| Octal | 226 | 371 | 14 | 50 | 0 | 137 | 2 | 125 | 137 | 63 |
| Binary | 10010110 | 11111001 | 1100 | 101000 | 0 | 1011111 | 10 | 1010101 | 1011111 | 110011 |
Color Harmonies of #96F90C
Complementary color
Monochromatic Colors of #96F90C
Black with #96F90C
Text Example
Text Example
White with #96F90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F90C; }
p { color: rgb(150,249,12); }
H1.HeaderClassName
{
color: #96F90C;
}
.AnyTagClassName
{
color: #96F90C;
}
</style>
background-color css
<style>
a { background-color: #96F90C; }
a { background-color: rgb(150,249,12); }
div.DivClassName
{
background-color: #96F90C;
}
.BgClassName
{
background-color: #96F90C;
}
</style>
border-color css
<style>
span { border-color: #96F90C; }
span { border-color: rgb(150,249,12); }
td.TdClassName
{
border-color: #96F90C;
}
.TagClassName
{
border-color: #96F90C;
}
</style>