Shades of Spring Green #04E574
Tints of Spring Green #04E574
RGB
CMYK
RGB Variations
Color information
#04E574 (or 0x04E574) is known color: Spring Green. HEX triplet: 04, E5 and 74. RGB value is (4,229,116). Sum of RGB (Red+Green+Blue) = 4+229+116=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 229 (89.84% from 255 or 65.62% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 229 - color contains mainly: green. Hex color #04E574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E574 is #FB1A8B. Grayscale: #959595. Windows color (decimal): -16456332 or 7660804. OLE color: 7660804.
HSL color Cylindrical-coordinate representation of color #04E574: hue angle of 149.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E574 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 116 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.10 |
| HSL | 149.87º | 0.97% | 0.46% | - |
| HSV(B) | 149.87º | 0.98% | 0.9% | - |
| XYZ | 31.22 | 57.33 | 25.94 | - |
| YUV | 148.84 | 109.46 | 24.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 116 | 0.98 | 0 | 0.49 | 0.10 | 149.87 | 0.97 | 0.46 |
| Hex | 4 | E5 | 74 | 62 | 0 | 31 | A | 96 | 61 | 2E |
| Octal | 4 | 345 | 164 | 142 | 0 | 61 | 12 | 226 | 141 | 56 |
| Binary | 100 | 11100101 | 1110100 | 1100010 | 0 | 110001 | 1010 | 10010110 | 1100001 | 101110 |
Color Harmonies of #04E574
Complementary color
Monochromatic Colors of #04E574
Black with #04E574
Text Example
Text Example
White with #04E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E574; }
p { color: rgb(4,229,116); }
H1.HeaderClassName
{
color: #04E574;
}
.AnyTagClassName
{
color: #04E574;
}
</style>
background-color css
<style>
a { background-color: #04E574; }
a { background-color: rgb(4,229,116); }
div.DivClassName
{
background-color: #04E574;
}
.BgClassName
{
background-color: #04E574;
}
</style>
border-color css
<style>
span { border-color: #04E574; }
span { border-color: rgb(4,229,116); }
td.TdClassName
{
border-color: #04E574;
}
.TagClassName
{
border-color: #04E574;
}
</style>