Shades of Spring Green #07EE80
Tints of Spring Green #07EE80
RGB
CMYK
RGB Variations
Color information
#07EE80 (or 0x07EE80) is known color: Spring Green. HEX triplet: 07, EE and 80. RGB value is (7,238,128). Sum of RGB (Red+Green+Blue) = 7+238+128=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 238 (93.36% from 255 or 63.81% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07EE80 is #F8117F. Grayscale: #9C9C9C. Windows color (decimal): -16257408 or 8449543. OLE color: 8449543.
HSL color Cylindrical-coordinate representation of color #07EE80: hue angle of 151.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EE80 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 128 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.07 |
| HSL | 151.43º | 0.94% | 0.48% | - |
| HSV(B) | 151.43º | 0.97% | 0.93% | - |
| XYZ | 34.56 | 62.75 | 30.71 | - |
| YUV | 156.39 | 111.97 | 21.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 128 | 0.97 | 0 | 0.46 | 0.07 | 151.43 | 0.94 | 0.48 |
| Hex | 7 | EE | 80 | 61 | 0 | 2E | 7 | 97 | 5E | 30 |
| Octal | 7 | 356 | 200 | 141 | 0 | 56 | 7 | 227 | 136 | 60 |
| Binary | 111 | 11101110 | 10000000 | 1100001 | 0 | 101110 | 111 | 10010111 | 1011110 | 110000 |
Color Harmonies of #07EE80
Complementary color
Monochromatic Colors of #07EE80
Black with #07EE80
Text Example
Text Example
White with #07EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EE80; }
p { color: rgb(7,238,128); }
H1.HeaderClassName
{
color: #07EE80;
}
.AnyTagClassName
{
color: #07EE80;
}
</style>
background-color css
<style>
a { background-color: #07EE80; }
a { background-color: rgb(7,238,128); }
div.DivClassName
{
background-color: #07EE80;
}
.BgClassName
{
background-color: #07EE80;
}
</style>
border-color css
<style>
span { border-color: #07EE80; }
span { border-color: rgb(7,238,128); }
td.TdClassName
{
border-color: #07EE80;
}
.TagClassName
{
border-color: #07EE80;
}
</style>