Shades of Spring Bud #96FD01
Tints of Spring Bud #96FD01
RGB
CMYK
RGB Variations
Color information
#96FD01 (or 0x96FD01) is known color: Spring Bud. HEX triplet: 96, FD and 01. RGB value is (150,253,1). Sum of RGB (Red+Green+Blue) = 150+253+1=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FD01 is #6902FE. Grayscale: #C2C2C2. Windows color (decimal): -6882047 or 130454. OLE color: 130454.
HSL color Cylindrical-coordinate representation of color #96FD01: hue angle of 84.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96FD01 is Cyan = 0.41, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 1 | - |
| CMYK | 0.41 | 0 | 1.00 | 0.01 |
| HSL | 84.52º | 0.99% | 0.5% | - |
| HSV(B) | 84.52º | 1% | 0.99% | - |
| XYZ | 47.71 | 76.74 | 12.33 | - |
| YUV | 193.48 | 19.38 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 1 | 0.41 | 0 | 1.00 | 0.01 | 84.52 | 0.99 | 0.5 |
| Hex | 96 | FD | 1 | 29 | 0 | 64 | 1 | 55 | 63 | 32 |
| Octal | 226 | 375 | 1 | 51 | 0 | 144 | 1 | 125 | 143 | 62 |
| Binary | 10010110 | 11111101 | 1 | 101001 | 0 | 1100100 | 1 | 1010101 | 1100011 | 110010 |
Color Harmonies of #96FD01
Complementary color
Monochromatic Colors of #96FD01
Black with #96FD01
Text Example
Text Example
White with #96FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FD01; }
p { color: rgb(150,253,1); }
H1.HeaderClassName
{
color: #96FD01;
}
.AnyTagClassName
{
color: #96FD01;
}
</style>
background-color css
<style>
a { background-color: #96FD01; }
a { background-color: rgb(150,253,1); }
div.DivClassName
{
background-color: #96FD01;
}
.BgClassName
{
background-color: #96FD01;
}
</style>
border-color css
<style>
span { border-color: #96FD01; }
span { border-color: rgb(150,253,1); }
td.TdClassName
{
border-color: #96FD01;
}
.TagClassName
{
border-color: #96FD01;
}
</style>