Shades of Spring Green #04EF7F
Tints of Spring Green #04EF7F
RGB
CMYK
RGB Variations
Color information
#04EF7F (or 0x04EF7F) is known color: Spring Green. HEX triplet: 04, EF and 7F. RGB value is (4,239,127). Sum of RGB (Red+Green+Blue) = 4+239+127=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 239 (93.75% from 255 or 64.59% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 239 - color contains mainly: green. Hex color #04EF7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EF7F is #FB1080. Grayscale: #9C9C9C. Windows color (decimal): -16453761 or 8384260. OLE color: 8384260.
HSL color Cylindrical-coordinate representation of color #04EF7F: hue angle of 151.4º 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 #04EF7F is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 127 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.06 |
| HSL | 151.4º | 0.97% | 0.48% | - |
| HSV(B) | 151.4º | 0.98% | 0.94% | - |
| XYZ | 34.75 | 63.29 | 30.46 | - |
| YUV | 155.97 | 111.64 | 19.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 127 | 0.98 | 0 | 0.47 | 0.06 | 151.4 | 0.97 | 0.48 |
| Hex | 4 | EF | 7F | 62 | 0 | 2F | 6 | 97 | 61 | 30 |
| Octal | 4 | 357 | 177 | 142 | 0 | 57 | 6 | 227 | 141 | 60 |
| Binary | 100 | 11101111 | 1111111 | 1100010 | 0 | 101111 | 110 | 10010111 | 1100001 | 110000 |
Color Harmonies of #04EF7F
Complementary color
Monochromatic Colors of #04EF7F
Black with #04EF7F
Text Example
Text Example
White with #04EF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EF7F; }
p { color: rgb(4,239,127); }
H1.HeaderClassName
{
color: #04EF7F;
}
.AnyTagClassName
{
color: #04EF7F;
}
</style>
background-color css
<style>
a { background-color: #04EF7F; }
a { background-color: rgb(4,239,127); }
div.DivClassName
{
background-color: #04EF7F;
}
.BgClassName
{
background-color: #04EF7F;
}
</style>
border-color css
<style>
span { border-color: #04EF7F; }
span { border-color: rgb(4,239,127); }
td.TdClassName
{
border-color: #04EF7F;
}
.TagClassName
{
border-color: #04EF7F;
}
</style>