Shades of Spring Green #04ED75
Tints of Spring Green #04ED75
RGB
CMYK
RGB Variations
Color information
#04ED75 (or 0x04ED75) is known color: Spring Green. HEX triplet: 04, ED and 75. RGB value is (4,237,117). Sum of RGB (Red+Green+Blue) = 4+237+117=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 237 (92.97% from 255 or 66.20% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 237 - color contains mainly: green. Hex color #04ED75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04ED75 is #FB128A. Grayscale: #999999. Windows color (decimal): -16454283 or 7728388. OLE color: 7728388.
HSL color Cylindrical-coordinate representation of color #04ED75: hue angle of 149.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ED75 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 237 | 117 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.07 |
| HSL | 149.1º | 0.97% | 0.47% | - |
| HSV(B) | 149.1º | 0.98% | 0.93% | - |
| XYZ | 33.55 | 61.88 | 27.01 | - |
| YUV | 153.65 | 107.31 | 21.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 117 | 0.98 | 0 | 0.51 | 0.07 | 149.1 | 0.97 | 0.47 |
| Hex | 4 | ED | 75 | 62 | 0 | 33 | 7 | 95 | 61 | 2F |
| Octal | 4 | 355 | 165 | 142 | 0 | 63 | 7 | 225 | 141 | 57 |
| Binary | 100 | 11101101 | 1110101 | 1100010 | 0 | 110011 | 111 | 10010101 | 1100001 | 101111 |
Color Harmonies of #04ED75
Complementary color
Monochromatic Colors of #04ED75
Black with #04ED75
Text Example
Text Example
White with #04ED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ED75; }
p { color: rgb(4,237,117); }
H1.HeaderClassName
{
color: #04ED75;
}
.AnyTagClassName
{
color: #04ED75;
}
</style>
background-color css
<style>
a { background-color: #04ED75; }
a { background-color: rgb(4,237,117); }
div.DivClassName
{
background-color: #04ED75;
}
.BgClassName
{
background-color: #04ED75;
}
</style>
border-color css
<style>
span { border-color: #04ED75; }
span { border-color: rgb(4,237,117); }
td.TdClassName
{
border-color: #04ED75;
}
.TagClassName
{
border-color: #04ED75;
}
</style>