Shades of Spring Green #07ED7A
Tints of Spring Green #07ED7A
RGB
CMYK
RGB Variations
Color information
#07ED7A (or 0x07ED7A) is known color: Spring Green. HEX triplet: 07, ED and 7A. RGB value is (7,237,122). Sum of RGB (Red+Green+Blue) = 7+237+122=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 237 (92.97% from 255 or 64.75% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 237 - color contains mainly: green. Hex color #07ED7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07ED7A is #F81285. Grayscale: #9B9B9B. Windows color (decimal): -16257670 or 8056071. OLE color: 8056071.
HSL color Cylindrical-coordinate representation of color #07ED7A: hue angle of 150º 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 #07ED7A is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 237 | 122 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.07 |
| HSL | 150º | 0.94% | 0.48% | - |
| HSV(B) | 150º | 0.97% | 0.93% | - |
| XYZ | 33.88 | 62.02 | 28.6 | - |
| YUV | 155.12 | 109.3 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 237 | 122 | 0.97 | 0 | 0.49 | 0.07 | 150 | 0.94 | 0.48 |
| Hex | 7 | ED | 7A | 61 | 0 | 31 | 7 | 96 | 5E | 30 |
| Octal | 7 | 355 | 172 | 141 | 0 | 61 | 7 | 226 | 136 | 60 |
| Binary | 111 | 11101101 | 1111010 | 1100001 | 0 | 110001 | 111 | 10010110 | 1011110 | 110000 |
Color Harmonies of #07ED7A
Complementary color
Monochromatic Colors of #07ED7A
Black with #07ED7A
Text Example
Text Example
White with #07ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ED7A; }
p { color: rgb(7,237,122); }
H1.HeaderClassName
{
color: #07ED7A;
}
.AnyTagClassName
{
color: #07ED7A;
}
</style>
background-color css
<style>
a { background-color: #07ED7A; }
a { background-color: rgb(7,237,122); }
div.DivClassName
{
background-color: #07ED7A;
}
.BgClassName
{
background-color: #07ED7A;
}
</style>
border-color css
<style>
span { border-color: #07ED7A; }
span { border-color: rgb(7,237,122); }
td.TdClassName
{
border-color: #07ED7A;
}
.TagClassName
{
border-color: #07ED7A;
}
</style>