Shades of Spring Green #07ED82
Tints of Spring Green #07ED82
RGB
CMYK
RGB Variations
Color information
#07ED82 (or 0x07ED82) is known color: Spring Green. HEX triplet: 07, ED and 82. RGB value is (7,237,130). Sum of RGB (Red+Green+Blue) = 7+237+130=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 237 (92.97% from 255 or 63.37% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 237 - color contains mainly: green. Hex color #07ED82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07ED82 is #F8127D. Grayscale: #9C9C9C. Windows color (decimal): -16257662 or 8580359. OLE color: 8580359.
HSL color Cylindrical-coordinate representation of color #07ED82: hue angle of 152.09º 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 #07ED82 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 237 | 130 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.07 |
| HSL | 152.09º | 0.94% | 0.48% | - |
| HSV(B) | 152.09º | 0.97% | 0.93% | - |
| XYZ | 34.4 | 62.23 | 31.32 | - |
| YUV | 156.03 | 113.3 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 237 | 130 | 0.97 | 0 | 0.45 | 0.07 | 152.09 | 0.94 | 0.48 |
| Hex | 7 | ED | 82 | 61 | 0 | 2D | 7 | 98 | 5E | 30 |
| Octal | 7 | 355 | 202 | 141 | 0 | 55 | 7 | 230 | 136 | 60 |
| Binary | 111 | 11101101 | 10000010 | 1100001 | 0 | 101101 | 111 | 10011000 | 1011110 | 110000 |
Color Harmonies of #07ED82
Complementary color
Monochromatic Colors of #07ED82
Black with #07ED82
Text Example
Text Example
White with #07ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ED82; }
p { color: rgb(7,237,130); }
H1.HeaderClassName
{
color: #07ED82;
}
.AnyTagClassName
{
color: #07ED82;
}
</style>
background-color css
<style>
a { background-color: #07ED82; }
a { background-color: rgb(7,237,130); }
div.DivClassName
{
background-color: #07ED82;
}
.BgClassName
{
background-color: #07ED82;
}
</style>
border-color css
<style>
span { border-color: #07ED82; }
span { border-color: rgb(7,237,130); }
td.TdClassName
{
border-color: #07ED82;
}
.TagClassName
{
border-color: #07ED82;
}
</style>