Shades of Spring Green #03E985
Tints of Spring Green #03E985
RGB
CMYK
RGB Variations
Color information
#03E985 (or 0x03E985) is known color: Spring Green. HEX triplet: 03, E9 and 85. RGB value is (3,233,133). Sum of RGB (Red+Green+Blue) = 3+233+133=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #03E985 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03E985 is #FC167A. Grayscale: #999999. Windows color (decimal): -16520827 or 8775939. OLE color: 8775939.
HSL color Cylindrical-coordinate representation of color #03E985: hue angle of 153.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E985 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 133 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.09 |
| HSL | 153.91º | 0.97% | 0.46% | - |
| HSV(B) | 153.91º | 0.99% | 0.91% | - |
| XYZ | 33.41 | 59.99 | 32.01 | - |
| YUV | 152.83 | 116.8 | 21.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 133 | 0.99 | 0 | 0.43 | 0.09 | 153.91 | 0.97 | 0.46 |
| Hex | 3 | E9 | 85 | 63 | 0 | 2B | 9 | 9A | 61 | 2E |
| Octal | 3 | 351 | 205 | 143 | 0 | 53 | 11 | 232 | 141 | 56 |
| Binary | 11 | 11101001 | 10000101 | 1100011 | 0 | 101011 | 1001 | 10011010 | 1100001 | 101110 |
Color Harmonies of #03E985
Complementary color
Monochromatic Colors of #03E985
Black with #03E985
Text Example
Text Example
White with #03E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E985; }
p { color: rgb(3,233,133); }
H1.HeaderClassName
{
color: #03E985;
}
.AnyTagClassName
{
color: #03E985;
}
</style>
background-color css
<style>
a { background-color: #03E985; }
a { background-color: rgb(3,233,133); }
div.DivClassName
{
background-color: #03E985;
}
.BgClassName
{
background-color: #03E985;
}
</style>
border-color css
<style>
span { border-color: #03E985; }
span { border-color: rgb(3,233,133); }
td.TdClassName
{
border-color: #03E985;
}
.TagClassName
{
border-color: #03E985;
}
</style>