Shades of Spring Bud #96F200
Tints of Spring Bud #96F200
RGB
CMYK
RGB Variations
Color information
#96F200 (or 0x96F200) is known color: Spring Bud. HEX triplet: 96, F2 and 00. RGB value is (150,242,0). Sum of RGB (Red+Green+Blue) = 150+242+0=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #96F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F200 is #690DFF. Grayscale: #BBBBBB. Windows color (decimal): -6884864 or 62102. OLE color: 62102.
HSL color Cylindrical-coordinate representation of color #96F200: hue angle of 82.81º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96F200 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.05 |
| HSL | 82.81º | 1% | 0.47% | - |
| HSV(B) | 82.81º | 1% | 0.95% | - |
| XYZ | 44.33 | 69.99 | 11.17 | - |
| YUV | 186.9 | 22.52 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 0 | 0.38 | 0 | 1 | 0.05 | 82.81 | 1 | 0.47 |
| Hex | 96 | F2 | 0 | 26 | 0 | 64 | 5 | 53 | 64 | 2F |
| Octal | 226 | 362 | 0 | 46 | 0 | 144 | 5 | 123 | 144 | 57 |
| Binary | 10010110 | 11110010 | 0 | 100110 | 0 | 1100100 | 101 | 1010011 | 1100100 | 101111 |
Color Harmonies of #96F200
Complementary color
Monochromatic Colors of #96F200
Black with #96F200
Text Example
Text Example
White with #96F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F200; }
p { color: rgb(150,242,0); }
H1.HeaderClassName
{
color: #96F200;
}
.AnyTagClassName
{
color: #96F200;
}
</style>
background-color css
<style>
a { background-color: #96F200; }
a { background-color: rgb(150,242,0); }
div.DivClassName
{
background-color: #96F200;
}
.BgClassName
{
background-color: #96F200;
}
</style>
border-color css
<style>
span { border-color: #96F200; }
span { border-color: rgb(150,242,0); }
td.TdClassName
{
border-color: #96F200;
}
.TagClassName
{
border-color: #96F200;
}
</style>