Shades of Medium Spring Green #03FF95
Tints of Medium Spring Green #03FF95
RGB
CMYK
RGB Variations
Color information
#03FF95 (or 0x03FF95) is known color: Medium Spring Green. HEX triplet: 03, FF and 95. RGB value is (3,255,149). Sum of RGB (Red+Green+Blue) = 3+255+149=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FF95 is #FC006A. Grayscale: #A7A7A7. Windows color (decimal): -16515179 or 9830147. OLE color: 9830147.
HSL color Cylindrical-coordinate representation of color #03FF95: hue angle of 154.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF95 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 149 | - |
| CMYK | 0.99 | 0 | 0.42 | 0 |
| HSL | 154.76º | 1% | 0.51% | - |
| HSV(B) | 154.76º | 0.99% | 1% | - |
| XYZ | 41.22 | 73.71 | 40.49 | - |
| YUV | 167.57 | 117.51 | 10.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 149 | 0.99 | 0 | 0.42 | 0 | 154.76 | 1 | 0.51 |
| Hex | 3 | FF | 95 | 63 | 0 | 2A | 0 | 9B | 64 | 33 |
| Octal | 3 | 377 | 225 | 143 | 0 | 52 | 0 | 233 | 144 | 63 |
| Binary | 11 | 11111111 | 10010101 | 1100011 | 0 | 101010 | 0 | 10011011 | 1100100 | 110011 |
Color Harmonies of #03FF95
Complementary color
Monochromatic Colors of #03FF95
Black with #03FF95
Text Example
Text Example
White with #03FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF95; }
p { color: rgb(3,255,149); }
H1.HeaderClassName
{
color: #03FF95;
}
.AnyTagClassName
{
color: #03FF95;
}
</style>
background-color css
<style>
a { background-color: #03FF95; }
a { background-color: rgb(3,255,149); }
div.DivClassName
{
background-color: #03FF95;
}
.BgClassName
{
background-color: #03FF95;
}
</style>
border-color css
<style>
span { border-color: #03FF95; }
span { border-color: rgb(3,255,149); }
td.TdClassName
{
border-color: #03FF95;
}
.TagClassName
{
border-color: #03FF95;
}
</style>