Shades of Spring Green #11DC7D
Tints of Spring Green #11DC7D
RGB
CMYK
RGB Variations
Color information
#11DC7D (or 0x11DC7D) is known color: Spring Green. HEX triplet: 11, DC and 7D. RGB value is (17,220,125). Sum of RGB (Red+Green+Blue) = 17+220+125=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DC7D is #EE2382. Grayscale: #949494. Windows color (decimal): -15606659 or 8248337. OLE color: 8248337.
HSL color Cylindrical-coordinate representation of color #11DC7D: hue angle of 151.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC7D is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 125 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.14 |
| HSL | 151.92º | 0.86% | 0.46% | - |
| HSV(B) | 151.92º | 0.92% | 0.86% | - |
| XYZ | 29.53 | 52.79 | 28.03 | - |
| YUV | 148.47 | 114.75 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 125 | 0.92 | 0 | 0.43 | 0.14 | 151.92 | 0.86 | 0.46 |
| Hex | 11 | DC | 7D | 5C | 0 | 2B | E | 98 | 56 | 2E |
| Octal | 21 | 334 | 175 | 134 | 0 | 53 | 16 | 230 | 126 | 56 |
| Binary | 10001 | 11011100 | 1111101 | 1011100 | 0 | 101011 | 1110 | 10011000 | 1010110 | 101110 |
Color Harmonies of #11DC7D
Complementary color
Monochromatic Colors of #11DC7D
Black with #11DC7D
Text Example
Text Example
White with #11DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC7D; }
p { color: rgb(17,220,125); }
H1.HeaderClassName
{
color: #11DC7D;
}
.AnyTagClassName
{
color: #11DC7D;
}
</style>
background-color css
<style>
a { background-color: #11DC7D; }
a { background-color: rgb(17,220,125); }
div.DivClassName
{
background-color: #11DC7D;
}
.BgClassName
{
background-color: #11DC7D;
}
</style>
border-color css
<style>
span { border-color: #11DC7D; }
span { border-color: rgb(17,220,125); }
td.TdClassName
{
border-color: #11DC7D;
}
.TagClassName
{
border-color: #11DC7D;
}
</style>