Shades of Spring Green #03F185
Tints of Spring Green #03F185
RGB
CMYK
RGB Variations
Color information
#03F185 (or 0x03F185) is known color: Spring Green. HEX triplet: 03, F1 and 85. RGB value is (3,241,133). Sum of RGB (Red+Green+Blue) = 3+241+133=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #03F185 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F185 is #FC0E7A. Grayscale: #9D9D9D. Windows color (decimal): -16518779 or 8777987. OLE color: 8777987.
HSL color Cylindrical-coordinate representation of color #03F185: hue angle of 152.77º 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 #03F185 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 133 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.05 |
| HSL | 152.77º | 0.98% | 0.48% | - |
| HSV(B) | 152.77º | 0.99% | 0.95% | - |
| XYZ | 35.73 | 64.62 | 32.78 | - |
| YUV | 157.53 | 114.15 | 17.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 133 | 0.99 | 0 | 0.45 | 0.05 | 152.77 | 0.98 | 0.48 |
| Hex | 3 | F1 | 85 | 63 | 0 | 2D | 5 | 99 | 62 | 30 |
| Octal | 3 | 361 | 205 | 143 | 0 | 55 | 5 | 231 | 142 | 60 |
| Binary | 11 | 11110001 | 10000101 | 1100011 | 0 | 101101 | 101 | 10011001 | 1100010 | 110000 |
Color Harmonies of #03F185
Complementary color
Monochromatic Colors of #03F185
Black with #03F185
Text Example
Text Example
White with #03F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F185; }
p { color: rgb(3,241,133); }
H1.HeaderClassName
{
color: #03F185;
}
.AnyTagClassName
{
color: #03F185;
}
</style>
background-color css
<style>
a { background-color: #03F185; }
a { background-color: rgb(3,241,133); }
div.DivClassName
{
background-color: #03F185;
}
.BgClassName
{
background-color: #03F185;
}
</style>
border-color css
<style>
span { border-color: #03F185; }
span { border-color: rgb(3,241,133); }
td.TdClassName
{
border-color: #03F185;
}
.TagClassName
{
border-color: #03F185;
}
</style>