Shades of Spring Green #04DB75
Tints of Spring Green #04DB75
RGB
CMYK
RGB Variations
Color information
#04DB75 (or 0x04DB75) is known color: Spring Green. HEX triplet: 04, DB and 75. RGB value is (4,219,117). Sum of RGB (Red+Green+Blue) = 4+219+117=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DB75 is #FB248A. Grayscale: #8F8F8F. Windows color (decimal): -16458891 or 7723780. OLE color: 7723780.
HSL color Cylindrical-coordinate representation of color #04DB75: hue angle of 151.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DB75 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 117 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.14 |
| HSL | 151.53º | 0.96% | 0.44% | - |
| HSV(B) | 151.53º | 0.98% | 0.86% | - |
| XYZ | 28.59 | 51.97 | 25.35 | - |
| YUV | 143.09 | 113.27 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 117 | 0.98 | 0 | 0.47 | 0.14 | 151.53 | 0.96 | 0.44 |
| Hex | 4 | DB | 75 | 62 | 0 | 2F | E | 98 | 60 | 2C |
| Octal | 4 | 333 | 165 | 142 | 0 | 57 | 16 | 230 | 140 | 54 |
| Binary | 100 | 11011011 | 1110101 | 1100010 | 0 | 101111 | 1110 | 10011000 | 1100000 | 101100 |
Color Harmonies of #04DB75
Complementary color
Monochromatic Colors of #04DB75
Black with #04DB75
Text Example
Text Example
White with #04DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DB75; }
p { color: rgb(4,219,117); }
H1.HeaderClassName
{
color: #04DB75;
}
.AnyTagClassName
{
color: #04DB75;
}
</style>
background-color css
<style>
a { background-color: #04DB75; }
a { background-color: rgb(4,219,117); }
div.DivClassName
{
background-color: #04DB75;
}
.BgClassName
{
background-color: #04DB75;
}
</style>
border-color css
<style>
span { border-color: #04DB75; }
span { border-color: rgb(4,219,117); }
td.TdClassName
{
border-color: #04DB75;
}
.TagClassName
{
border-color: #04DB75;
}
</style>