Shades of Spring Green #04EF85
Tints of Spring Green #04EF85
RGB
CMYK
RGB Variations
Color information
#04EF85 (or 0x04EF85) is known color: Spring Green. HEX triplet: 04, EF and 85. RGB value is (4,239,133). Sum of RGB (Red+Green+Blue) = 4+239+133=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 239 (93.75% from 255 or 63.56% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 239 - color contains mainly: green. Hex color #04EF85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04EF85 is #FB107A. Grayscale: #9C9C9C. Windows color (decimal): -16453755 or 8777476. OLE color: 8777476.
HSL color Cylindrical-coordinate representation of color #04EF85: hue angle of 152.94º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EF85 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 133 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.06 |
| HSL | 152.94º | 0.97% | 0.48% | - |
| HSV(B) | 152.94º | 0.98% | 0.94% | - |
| XYZ | 35.15 | 63.45 | 32.59 | - |
| YUV | 156.65 | 114.64 | 19.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 133 | 0.98 | 0 | 0.44 | 0.06 | 152.94 | 0.97 | 0.48 |
| Hex | 4 | EF | 85 | 62 | 0 | 2C | 6 | 99 | 61 | 30 |
| Octal | 4 | 357 | 205 | 142 | 0 | 54 | 6 | 231 | 141 | 60 |
| Binary | 100 | 11101111 | 10000101 | 1100010 | 0 | 101100 | 110 | 10011001 | 1100001 | 110000 |
Color Harmonies of #04EF85
Complementary color
Monochromatic Colors of #04EF85
Black with #04EF85
Text Example
Text Example
White with #04EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EF85; }
p { color: rgb(4,239,133); }
H1.HeaderClassName
{
color: #04EF85;
}
.AnyTagClassName
{
color: #04EF85;
}
</style>
background-color css
<style>
a { background-color: #04EF85; }
a { background-color: rgb(4,239,133); }
div.DivClassName
{
background-color: #04EF85;
}
.BgClassName
{
background-color: #04EF85;
}
</style>
border-color css
<style>
span { border-color: #04EF85; }
span { border-color: rgb(4,239,133); }
td.TdClassName
{
border-color: #04EF85;
}
.TagClassName
{
border-color: #04EF85;
}
</style>