Shades of Spring Green #04E072
Tints of Spring Green #04E072
RGB
CMYK
RGB Variations
Color information
#04E072 (or 0x04E072) is known color: Spring Green. HEX triplet: 04, E0 and 72. RGB value is (4,224,114). Sum of RGB (Red+Green+Blue) = 4+224+114=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #04E072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E072 is #FB1F8D. Grayscale: #919191. Windows color (decimal): -16457614 or 7528452. OLE color: 7528452.
HSL color Cylindrical-coordinate representation of color #04E072: hue angle of 150º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E072 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 114 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.12 |
| HSL | 150º | 0.96% | 0.45% | - |
| HSV(B) | 150º | 0.98% | 0.88% | - |
| XYZ | 29.74 | 54.55 | 24.88 | - |
| YUV | 145.68 | 110.11 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 114 | 0.98 | 0 | 0.49 | 0.12 | 150 | 0.96 | 0.45 |
| Hex | 4 | E0 | 72 | 62 | 0 | 31 | C | 96 | 60 | 2D |
| Octal | 4 | 340 | 162 | 142 | 0 | 61 | 14 | 226 | 140 | 55 |
| Binary | 100 | 11100000 | 1110010 | 1100010 | 0 | 110001 | 1100 | 10010110 | 1100000 | 101101 |
Color Harmonies of #04E072
Complementary color
Monochromatic Colors of #04E072
Black with #04E072
Text Example
Text Example
White with #04E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E072; }
p { color: rgb(4,224,114); }
H1.HeaderClassName
{
color: #04E072;
}
.AnyTagClassName
{
color: #04E072;
}
</style>
background-color css
<style>
a { background-color: #04E072; }
a { background-color: rgb(4,224,114); }
div.DivClassName
{
background-color: #04E072;
}
.BgClassName
{
background-color: #04E072;
}
</style>
border-color css
<style>
span { border-color: #04E072; }
span { border-color: rgb(4,224,114); }
td.TdClassName
{
border-color: #04E072;
}
.TagClassName
{
border-color: #04E072;
}
</style>