Shades of Spring Bud #96F701
Tints of Spring Bud #96F701
RGB
CMYK
RGB Variations
Color information
#96F701 (or 0x96F701) is known color: Spring Bud. HEX triplet: 96, F7 and 01. RGB value is (150,247,1). Sum of RGB (Red+Green+Blue) = 150+247+1=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 247 (96.88% from 255 or 62.06% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 247 - color contains mainly: green. Hex color #96F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F701 is #6908FE. Grayscale: #BEBEBE. Windows color (decimal): -6883583 or 128918. OLE color: 128918.
HSL color Cylindrical-coordinate representation of color #96F701: hue angle of 83.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96F701 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.03 |
| HSL | 83.66º | 0.99% | 0.49% | - |
| HSV(B) | 83.66º | 1% | 0.97% | - |
| XYZ | 45.84 | 73.01 | 11.7 | - |
| YUV | 189.95 | 21.36 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 1 | 0.39 | 0 | 1.00 | 0.03 | 83.66 | 0.99 | 0.49 |
| Hex | 96 | F7 | 1 | 27 | 0 | 64 | 3 | 54 | 63 | 31 |
| Octal | 226 | 367 | 1 | 47 | 0 | 144 | 3 | 124 | 143 | 61 |
| Binary | 10010110 | 11110111 | 1 | 100111 | 0 | 1100100 | 11 | 1010100 | 1100011 | 110001 |
Color Harmonies of #96F701
Complementary color
Monochromatic Colors of #96F701
Black with #96F701
Text Example
Text Example
White with #96F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F701; }
p { color: rgb(150,247,1); }
H1.HeaderClassName
{
color: #96F701;
}
.AnyTagClassName
{
color: #96F701;
}
</style>
background-color css
<style>
a { background-color: #96F701; }
a { background-color: rgb(150,247,1); }
div.DivClassName
{
background-color: #96F701;
}
.BgClassName
{
background-color: #96F701;
}
</style>
border-color css
<style>
span { border-color: #96F701; }
span { border-color: rgb(150,247,1); }
td.TdClassName
{
border-color: #96F701;
}
.TagClassName
{
border-color: #96F701;
}
</style>