Shades of Spring Green #03D975
Tints of Spring Green #03D975
RGB
CMYK
RGB Variations
Color information
#03D975 (or 0x03D975) is known color: Spring Green. HEX triplet: 03, D9 and 75. RGB value is (3,217,117). Sum of RGB (Red+Green+Blue) = 3+217+117=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #03D975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D975 is #FC268A. Grayscale: #8D8D8D. Windows color (decimal): -16524939 or 7723267. OLE color: 7723267.
HSL color Cylindrical-coordinate representation of color #03D975: hue angle of 151.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D975 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 117 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.15 |
| HSL | 151.96º | 0.97% | 0.43% | - |
| HSV(B) | 151.96º | 0.99% | 0.85% | - |
| XYZ | 28.06 | 50.93 | 25.18 | - |
| YUV | 141.61 | 114.1 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 117 | 0.99 | 0 | 0.46 | 0.15 | 151.96 | 0.97 | 0.43 |
| Hex | 3 | D9 | 75 | 63 | 0 | 2E | F | 98 | 61 | 2B |
| Octal | 3 | 331 | 165 | 143 | 0 | 56 | 17 | 230 | 141 | 53 |
| Binary | 11 | 11011001 | 1110101 | 1100011 | 0 | 101110 | 1111 | 10011000 | 1100001 | 101011 |
Color Harmonies of #03D975
Complementary color
Monochromatic Colors of #03D975
Black with #03D975
Text Example
Text Example
White with #03D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D975; }
p { color: rgb(3,217,117); }
H1.HeaderClassName
{
color: #03D975;
}
.AnyTagClassName
{
color: #03D975;
}
</style>
background-color css
<style>
a { background-color: #03D975; }
a { background-color: rgb(3,217,117); }
div.DivClassName
{
background-color: #03D975;
}
.BgClassName
{
background-color: #03D975;
}
</style>
border-color css
<style>
span { border-color: #03D975; }
span { border-color: rgb(3,217,117); }
td.TdClassName
{
border-color: #03D975;
}
.TagClassName
{
border-color: #03D975;
}
</style>