Shades of Spring Green #11DD7D
Tints of Spring Green #11DD7D
RGB
CMYK
RGB Variations
Color information
#11DD7D (or 0x11DD7D) is known color: Spring Green. HEX triplet: 11, DD and 7D. RGB value is (17,221,125). Sum of RGB (Red+Green+Blue) = 17+221+125=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DD7D is #EE2282. Grayscale: #959595. Windows color (decimal): -15606403 or 8248593. OLE color: 8248593.
HSL color Cylindrical-coordinate representation of color #11DD7D: hue angle of 151.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DD7D is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 125 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.13 |
| HSL | 151.76º | 0.86% | 0.47% | - |
| HSV(B) | 151.76º | 0.92% | 0.87% | - |
| XYZ | 29.79 | 53.31 | 28.12 | - |
| YUV | 149.06 | 114.41 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 125 | 0.92 | 0 | 0.43 | 0.13 | 151.76 | 0.86 | 0.47 |
| Hex | 11 | DD | 7D | 5C | 0 | 2B | D | 98 | 56 | 2F |
| Octal | 21 | 335 | 175 | 134 | 0 | 53 | 15 | 230 | 126 | 57 |
| Binary | 10001 | 11011101 | 1111101 | 1011100 | 0 | 101011 | 1101 | 10011000 | 1010110 | 101111 |
Color Harmonies of #11DD7D
Complementary color
Monochromatic Colors of #11DD7D
Black with #11DD7D
Text Example
Text Example
White with #11DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DD7D; }
p { color: rgb(17,221,125); }
H1.HeaderClassName
{
color: #11DD7D;
}
.AnyTagClassName
{
color: #11DD7D;
}
</style>
background-color css
<style>
a { background-color: #11DD7D; }
a { background-color: rgb(17,221,125); }
div.DivClassName
{
background-color: #11DD7D;
}
.BgClassName
{
background-color: #11DD7D;
}
</style>
border-color css
<style>
span { border-color: #11DD7D; }
span { border-color: rgb(17,221,125); }
td.TdClassName
{
border-color: #11DD7D;
}
.TagClassName
{
border-color: #11DD7D;
}
</style>