Shades of Spring Bud #96F203
Tints of Spring Bud #96F203
RGB
CMYK
RGB Variations
Color information
#96F203 (or 0x96F203) is known color: Spring Bud. HEX triplet: 96, F2 and 03. RGB value is (150,242,3). Sum of RGB (Red+Green+Blue) = 150+242+3=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #96F203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F203 is #690DFC. Grayscale: #BCBCBC. Windows color (decimal): -6884861 or 258710. OLE color: 258710.
HSL color Cylindrical-coordinate representation of color #96F203: hue angle of 83.1º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96F203 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.05 |
| HSL | 83.1º | 0.98% | 0.48% | - |
| HSV(B) | 83.1º | 0.99% | 0.95% | - |
| XYZ | 44.35 | 69.99 | 11.26 | - |
| YUV | 187.25 | 24.02 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 3 | 0.38 | 0 | 0.99 | 0.05 | 83.1 | 0.98 | 0.48 |
| Hex | 96 | F2 | 3 | 26 | 0 | 63 | 5 | 53 | 62 | 30 |
| Octal | 226 | 362 | 3 | 46 | 0 | 143 | 5 | 123 | 142 | 60 |
| Binary | 10010110 | 11110010 | 11 | 100110 | 0 | 1100011 | 101 | 1010011 | 1100010 | 110000 |
Color Harmonies of #96F203
Complementary color
Monochromatic Colors of #96F203
Black with #96F203
Text Example
Text Example
White with #96F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F203; }
p { color: rgb(150,242,3); }
H1.HeaderClassName
{
color: #96F203;
}
.AnyTagClassName
{
color: #96F203;
}
</style>
background-color css
<style>
a { background-color: #96F203; }
a { background-color: rgb(150,242,3); }
div.DivClassName
{
background-color: #96F203;
}
.BgClassName
{
background-color: #96F203;
}
</style>
border-color css
<style>
span { border-color: #96F203; }
span { border-color: rgb(150,242,3); }
td.TdClassName
{
border-color: #96F203;
}
.TagClassName
{
border-color: #96F203;
}
</style>