Shades of Spring Green #07DD7A
Tints of Spring Green #07DD7A
RGB
CMYK
RGB Variations
Color information
#07DD7A (or 0x07DD7A) is known color: Spring Green. HEX triplet: 07, DD and 7A. RGB value is (7,221,122). Sum of RGB (Red+Green+Blue) = 7+221+122=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DD7A is #F82285. Grayscale: #919191. Windows color (decimal): -16261766 or 8051975. OLE color: 8051975.
HSL color Cylindrical-coordinate representation of color #07DD7A: hue angle of 152.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD7A is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 122 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.13 |
| HSL | 152.24º | 0.94% | 0.45% | - |
| HSV(B) | 152.24º | 0.97% | 0.87% | - |
| XYZ | 29.46 | 53.16 | 27.12 | - |
| YUV | 145.73 | 114.6 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 122 | 0.97 | 0 | 0.45 | 0.13 | 152.24 | 0.94 | 0.45 |
| Hex | 7 | DD | 7A | 61 | 0 | 2D | D | 98 | 5E | 2D |
| Octal | 7 | 335 | 172 | 141 | 0 | 55 | 15 | 230 | 136 | 55 |
| Binary | 111 | 11011101 | 1111010 | 1100001 | 0 | 101101 | 1101 | 10011000 | 1011110 | 101101 |
Color Harmonies of #07DD7A
Complementary color
Monochromatic Colors of #07DD7A
Black with #07DD7A
Text Example
Text Example
White with #07DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD7A; }
p { color: rgb(7,221,122); }
H1.HeaderClassName
{
color: #07DD7A;
}
.AnyTagClassName
{
color: #07DD7A;
}
</style>
background-color css
<style>
a { background-color: #07DD7A; }
a { background-color: rgb(7,221,122); }
div.DivClassName
{
background-color: #07DD7A;
}
.BgClassName
{
background-color: #07DD7A;
}
</style>
border-color css
<style>
span { border-color: #07DD7A; }
span { border-color: rgb(7,221,122); }
td.TdClassName
{
border-color: #07DD7A;
}
.TagClassName
{
border-color: #07DD7A;
}
</style>