Shades of Spring Bud #96FC03
Tints of Spring Bud #96FC03
RGB
CMYK
RGB Variations
Color information
#96FC03 (or 0x96FC03) is known color: Spring Bud. HEX triplet: 96, FC and 03. RGB value is (150,252,3). Sum of RGB (Red+Green+Blue) = 150+252+3=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FC03 is #6903FC. Grayscale: #C2C2C2. Windows color (decimal): -6882301 or 261270. OLE color: 261270.
HSL color Cylindrical-coordinate representation of color #96FC03: hue angle of 84.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96FC03 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 3 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.01 |
| HSL | 84.58º | 0.98% | 0.5% | - |
| HSV(B) | 84.58º | 0.99% | 0.99% | - |
| XYZ | 47.4 | 76.11 | 12.28 | - |
| YUV | 193.12 | 20.71 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 3 | 0.40 | 0 | 0.99 | 0.01 | 84.58 | 0.98 | 0.5 |
| Hex | 96 | FC | 3 | 28 | 0 | 63 | 1 | 55 | 62 | 32 |
| Octal | 226 | 374 | 3 | 50 | 0 | 143 | 1 | 125 | 142 | 62 |
| Binary | 10010110 | 11111100 | 11 | 101000 | 0 | 1100011 | 1 | 1010101 | 1100010 | 110010 |
Color Harmonies of #96FC03
Complementary color
Monochromatic Colors of #96FC03
Black with #96FC03
Text Example
Text Example
White with #96FC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FC03; }
p { color: rgb(150,252,3); }
H1.HeaderClassName
{
color: #96FC03;
}
.AnyTagClassName
{
color: #96FC03;
}
</style>
background-color css
<style>
a { background-color: #96FC03; }
a { background-color: rgb(150,252,3); }
div.DivClassName
{
background-color: #96FC03;
}
.BgClassName
{
background-color: #96FC03;
}
</style>
border-color css
<style>
span { border-color: #96FC03; }
span { border-color: rgb(150,252,3); }
td.TdClassName
{
border-color: #96FC03;
}
.TagClassName
{
border-color: #96FC03;
}
</style>