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