Shades of Spring Green #07EF80
Tints of Spring Green #07EF80
RGB
CMYK
RGB Variations
Color information
#07EF80 (or 0x07EF80) is known color: Spring Green. HEX triplet: 07, EF and 80. RGB value is (7,239,128). Sum of RGB (Red+Green+Blue) = 7+239+128=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #07EF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07EF80 is #F8107F. Grayscale: #9D9D9D. Windows color (decimal): -16257152 or 8449799. OLE color: 8449799.
HSL color Cylindrical-coordinate representation of color #07EF80: hue angle of 151.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EF80 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 239 | 128 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.06 |
| HSL | 151.29º | 0.94% | 0.48% | - |
| HSV(B) | 151.29º | 0.97% | 0.94% | - |
| XYZ | 34.85 | 63.34 | 30.81 | - |
| YUV | 156.98 | 111.64 | 21.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 239 | 128 | 0.97 | 0 | 0.46 | 0.06 | 151.29 | 0.94 | 0.48 |
| Hex | 7 | EF | 80 | 61 | 0 | 2E | 6 | 97 | 5E | 30 |
| Octal | 7 | 357 | 200 | 141 | 0 | 56 | 6 | 227 | 136 | 60 |
| Binary | 111 | 11101111 | 10000000 | 1100001 | 0 | 101110 | 110 | 10010111 | 1011110 | 110000 |
Color Harmonies of #07EF80
Complementary color
Monochromatic Colors of #07EF80
Black with #07EF80
Text Example
Text Example
White with #07EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EF80; }
p { color: rgb(7,239,128); }
H1.HeaderClassName
{
color: #07EF80;
}
.AnyTagClassName
{
color: #07EF80;
}
</style>
background-color css
<style>
a { background-color: #07EF80; }
a { background-color: rgb(7,239,128); }
div.DivClassName
{
background-color: #07EF80;
}
.BgClassName
{
background-color: #07EF80;
}
</style>
border-color css
<style>
span { border-color: #07EF80; }
span { border-color: rgb(7,239,128); }
td.TdClassName
{
border-color: #07EF80;
}
.TagClassName
{
border-color: #07EF80;
}
</style>