Shades of Spring Green #04ED86
Tints of Spring Green #04ED86
RGB
CMYK
RGB Variations
Color information
#04ED86 (or 0x04ED86) is known color: Spring Green. HEX triplet: 04, ED and 86. RGB value is (4,237,134). Sum of RGB (Red+Green+Blue) = 4+237+134=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 237 (92.97% from 255 or 63.2% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 237 - color contains mainly: green. Hex color #04ED86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04ED86 is #FB1279. Grayscale: #9B9B9B. Windows color (decimal): -16454266 or 8842500. OLE color: 8842500.
HSL color Cylindrical-coordinate representation of color #04ED86: hue angle of 153.48º 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 #04ED86 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 237 | 134 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.07 |
| HSL | 153.48º | 0.97% | 0.47% | - |
| HSV(B) | 153.48º | 0.98% | 0.93% | - |
| XYZ | 34.64 | 62.32 | 32.76 | - |
| YUV | 155.59 | 115.81 | 19.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 134 | 0.98 | 0 | 0.43 | 0.07 | 153.48 | 0.97 | 0.47 |
| Hex | 4 | ED | 86 | 62 | 0 | 2B | 7 | 99 | 61 | 2F |
| Octal | 4 | 355 | 206 | 142 | 0 | 53 | 7 | 231 | 141 | 57 |
| Binary | 100 | 11101101 | 10000110 | 1100010 | 0 | 101011 | 111 | 10011001 | 1100001 | 101111 |
Color Harmonies of #04ED86
Complementary color
Monochromatic Colors of #04ED86
Black with #04ED86
Text Example
Text Example
White with #04ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ED86; }
p { color: rgb(4,237,134); }
H1.HeaderClassName
{
color: #04ED86;
}
.AnyTagClassName
{
color: #04ED86;
}
</style>
background-color css
<style>
a { background-color: #04ED86; }
a { background-color: rgb(4,237,134); }
div.DivClassName
{
background-color: #04ED86;
}
.BgClassName
{
background-color: #04ED86;
}
</style>
border-color css
<style>
span { border-color: #04ED86; }
span { border-color: rgb(4,237,134); }
td.TdClassName
{
border-color: #04ED86;
}
.TagClassName
{
border-color: #04ED86;
}
</style>