Shades of Spring Green #04ED68
Tints of Spring Green #04ED68
RGB
CMYK
RGB Variations
Color information
#04ED68 (or 0x04ED68) is known color: Spring Green. HEX triplet: 04, ED and 68. RGB value is (4,237,104). Sum of RGB (Red+Green+Blue) = 4+237+104=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 237 (92.97% from 255 or 68.70% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 237 - color contains mainly: green. Hex color #04ED68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04ED68 is #FB1297. Grayscale: #989898. Windows color (decimal): -16454296 or 6876420. OLE color: 6876420.
HSL color Cylindrical-coordinate representation of color #04ED68: hue angle of 145.75º 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 #04ED68 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 237 | 104 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.07 |
| HSL | 145.75º | 0.97% | 0.47% | - |
| HSV(B) | 145.75º | 0.98% | 0.93% | - |
| XYZ | 32.83 | 61.59 | 23.26 | - |
| YUV | 152.17 | 100.81 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 104 | 0.98 | 0 | 0.56 | 0.07 | 145.75 | 0.97 | 0.47 |
| Hex | 4 | ED | 68 | 62 | 0 | 38 | 7 | 92 | 61 | 2F |
| Octal | 4 | 355 | 150 | 142 | 0 | 70 | 7 | 222 | 141 | 57 |
| Binary | 100 | 11101101 | 1101000 | 1100010 | 0 | 111000 | 111 | 10010010 | 1100001 | 101111 |
Color Harmonies of #04ED68
Complementary color
Monochromatic Colors of #04ED68
Black with #04ED68
Text Example
Text Example
White with #04ED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ED68; }
p { color: rgb(4,237,104); }
H1.HeaderClassName
{
color: #04ED68;
}
.AnyTagClassName
{
color: #04ED68;
}
</style>
background-color css
<style>
a { background-color: #04ED68; }
a { background-color: rgb(4,237,104); }
div.DivClassName
{
background-color: #04ED68;
}
.BgClassName
{
background-color: #04ED68;
}
</style>
border-color css
<style>
span { border-color: #04ED68; }
span { border-color: rgb(4,237,104); }
td.TdClassName
{
border-color: #04ED68;
}
.TagClassName
{
border-color: #04ED68;
}
</style>