Shades of Spring Green #04ED74
Tints of Spring Green #04ED74
RGB
CMYK
RGB Variations
Color information
#04ED74 (or 0x04ED74) is known color: Spring Green. HEX triplet: 04, ED and 74. RGB value is (4,237,116). Sum of RGB (Red+Green+Blue) = 4+237+116=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 237 (92.97% from 255 or 66.39% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 237 - color contains mainly: green. Hex color #04ED74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04ED74 is #FB128B. Grayscale: #999999. Windows color (decimal): -16454284 or 7662852. OLE color: 7662852.
HSL color Cylindrical-coordinate representation of color #04ED74: hue angle of 148.84º 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 #04ED74 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 237 | 116 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.07 |
| HSL | 148.84º | 0.97% | 0.47% | - |
| HSV(B) | 148.84º | 0.98% | 0.93% | - |
| XYZ | 33.49 | 61.86 | 26.7 | - |
| YUV | 153.54 | 106.81 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 116 | 0.98 | 0 | 0.51 | 0.07 | 148.84 | 0.97 | 0.47 |
| Hex | 4 | ED | 74 | 62 | 0 | 33 | 7 | 95 | 61 | 2F |
| Octal | 4 | 355 | 164 | 142 | 0 | 63 | 7 | 225 | 141 | 57 |
| Binary | 100 | 11101101 | 1110100 | 1100010 | 0 | 110011 | 111 | 10010101 | 1100001 | 101111 |
Color Harmonies of #04ED74
Complementary color
Monochromatic Colors of #04ED74
Black with #04ED74
Text Example
Text Example
White with #04ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ED74; }
p { color: rgb(4,237,116); }
H1.HeaderClassName
{
color: #04ED74;
}
.AnyTagClassName
{
color: #04ED74;
}
</style>
background-color css
<style>
a { background-color: #04ED74; }
a { background-color: rgb(4,237,116); }
div.DivClassName
{
background-color: #04ED74;
}
.BgClassName
{
background-color: #04ED74;
}
</style>
border-color css
<style>
span { border-color: #04ED74; }
span { border-color: rgb(4,237,116); }
td.TdClassName
{
border-color: #04ED74;
}
.TagClassName
{
border-color: #04ED74;
}
</style>