Shades of Spring Green #07EA80
Tints of Spring Green #07EA80
RGB
CMYK
RGB Variations
Color information
#07EA80 (or 0x07EA80) is known color: Spring Green. HEX triplet: 07, EA and 80. RGB value is (7,234,128). Sum of RGB (Red+Green+Blue) = 7+234+128=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 234 (91.80% from 255 or 63.41% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 234 - color contains mainly: green. Hex color #07EA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07EA80 is #F8157F. Grayscale: #9A9A9A. Windows color (decimal): -16258432 or 8448519. OLE color: 8448519.
HSL color Cylindrical-coordinate representation of color #07EA80: hue angle of 151.98º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EA80 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 234 | 128 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.08 |
| HSL | 151.98º | 0.94% | 0.47% | - |
| HSV(B) | 151.98º | 0.97% | 0.92% | - |
| XYZ | 33.41 | 60.45 | 30.33 | - |
| YUV | 154.04 | 113.29 | 23.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 234 | 128 | 0.97 | 0 | 0.45 | 0.08 | 151.98 | 0.94 | 0.47 |
| Hex | 7 | EA | 80 | 61 | 0 | 2D | 8 | 98 | 5E | 2F |
| Octal | 7 | 352 | 200 | 141 | 0 | 55 | 10 | 230 | 136 | 57 |
| Binary | 111 | 11101010 | 10000000 | 1100001 | 0 | 101101 | 1000 | 10011000 | 1011110 | 101111 |
Color Harmonies of #07EA80
Complementary color
Monochromatic Colors of #07EA80
Black with #07EA80
Text Example
Text Example
White with #07EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EA80; }
p { color: rgb(7,234,128); }
H1.HeaderClassName
{
color: #07EA80;
}
.AnyTagClassName
{
color: #07EA80;
}
</style>
background-color css
<style>
a { background-color: #07EA80; }
a { background-color: rgb(7,234,128); }
div.DivClassName
{
background-color: #07EA80;
}
.BgClassName
{
background-color: #07EA80;
}
</style>
border-color css
<style>
span { border-color: #07EA80; }
span { border-color: rgb(7,234,128); }
td.TdClassName
{
border-color: #07EA80;
}
.TagClassName
{
border-color: #07EA80;
}
</style>