Shades of Spring Green #03DB75
Tints of Spring Green #03DB75
RGB
CMYK
RGB Variations
Color information
#03DB75 (or 0x03DB75) is known color: Spring Green. HEX triplet: 03, DB and 75. RGB value is (3,219,117). Sum of RGB (Red+Green+Blue) = 3+219+117=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB75 is #FC248A. Grayscale: #8E8E8E. Windows color (decimal): -16524427 or 7723779. OLE color: 7723779.
HSL color Cylindrical-coordinate representation of color #03DB75: hue angle of 151.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB75 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 117 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.14 |
| HSL | 151.67º | 0.97% | 0.44% | - |
| HSV(B) | 151.67º | 0.99% | 0.86% | - |
| XYZ | 28.58 | 51.97 | 25.35 | - |
| YUV | 142.79 | 113.44 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 117 | 0.99 | 0 | 0.47 | 0.14 | 151.67 | 0.97 | 0.44 |
| Hex | 3 | DB | 75 | 63 | 0 | 2F | E | 98 | 61 | 2C |
| Octal | 3 | 333 | 165 | 143 | 0 | 57 | 16 | 230 | 141 | 54 |
| Binary | 11 | 11011011 | 1110101 | 1100011 | 0 | 101111 | 1110 | 10011000 | 1100001 | 101100 |
Color Harmonies of #03DB75
Complementary color
Monochromatic Colors of #03DB75
Black with #03DB75
Text Example
Text Example
White with #03DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB75; }
p { color: rgb(3,219,117); }
H1.HeaderClassName
{
color: #03DB75;
}
.AnyTagClassName
{
color: #03DB75;
}
</style>
background-color css
<style>
a { background-color: #03DB75; }
a { background-color: rgb(3,219,117); }
div.DivClassName
{
background-color: #03DB75;
}
.BgClassName
{
background-color: #03DB75;
}
</style>
border-color css
<style>
span { border-color: #03DB75; }
span { border-color: rgb(3,219,117); }
td.TdClassName
{
border-color: #03DB75;
}
.TagClassName
{
border-color: #03DB75;
}
</style>