Shades of Spring Bud #96F300
Tints of Spring Bud #96F300
RGB
CMYK
RGB Variations
Color information
#96F300 (or 0x96F300) is known color: Spring Bud. HEX triplet: 96, F3 and 00. RGB value is (150,243,0). Sum of RGB (Red+Green+Blue) = 150+243+0=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 243 (95.31% from 255 or 61.83% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 243 - color contains mainly: green. Hex color #96F300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F300 is #690CFF. Grayscale: #BCBCBC. Windows color (decimal): -6884608 or 62358. OLE color: 62358.
HSL color Cylindrical-coordinate representation of color #96F300: hue angle of 82.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96F300 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.05 |
| HSL | 82.96º | 1% | 0.48% | - |
| HSV(B) | 82.96º | 1% | 0.95% | - |
| XYZ | 44.63 | 70.59 | 11.27 | - |
| YUV | 187.49 | 22.19 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 0 | 0.38 | 0 | 1 | 0.05 | 82.96 | 1 | 0.48 |
| Hex | 96 | F3 | 0 | 26 | 0 | 64 | 5 | 53 | 64 | 30 |
| Octal | 226 | 363 | 0 | 46 | 0 | 144 | 5 | 123 | 144 | 60 |
| Binary | 10010110 | 11110011 | 0 | 100110 | 0 | 1100100 | 101 | 1010011 | 1100100 | 110000 |
Color Harmonies of #96F300
Complementary color
Monochromatic Colors of #96F300
Black with #96F300
Text Example
Text Example
White with #96F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F300; }
p { color: rgb(150,243,0); }
H1.HeaderClassName
{
color: #96F300;
}
.AnyTagClassName
{
color: #96F300;
}
</style>
background-color css
<style>
a { background-color: #96F300; }
a { background-color: rgb(150,243,0); }
div.DivClassName
{
background-color: #96F300;
}
.BgClassName
{
background-color: #96F300;
}
</style>
border-color css
<style>
span { border-color: #96F300; }
span { border-color: rgb(150,243,0); }
td.TdClassName
{
border-color: #96F300;
}
.TagClassName
{
border-color: #96F300;
}
</style>