Shades of Spring Green #11DF80
Tints of Spring Green #11DF80
RGB
CMYK
RGB Variations
Color information
#11DF80 (or 0x11DF80) is known color: Spring Green. HEX triplet: 11, DF and 80. RGB value is (17,223,128). Sum of RGB (Red+Green+Blue) = 17+223+128=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DF80 is #EE207F. Grayscale: #969696. Windows color (decimal): -15605888 or 8445713. OLE color: 8445713.
HSL color Cylindrical-coordinate representation of color #11DF80: hue angle of 152.33º 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 #11DF80 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 128 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.13 |
| HSL | 152.33º | 0.86% | 0.47% | - |
| HSV(B) | 152.33º | 0.92% | 0.87% | - |
| XYZ | 30.52 | 54.45 | 29.32 | - |
| YUV | 150.58 | 115.25 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 128 | 0.92 | 0 | 0.43 | 0.13 | 152.33 | 0.86 | 0.47 |
| Hex | 11 | DF | 80 | 5C | 0 | 2B | D | 98 | 56 | 2F |
| Octal | 21 | 337 | 200 | 134 | 0 | 53 | 15 | 230 | 126 | 57 |
| Binary | 10001 | 11011111 | 10000000 | 1011100 | 0 | 101011 | 1101 | 10011000 | 1010110 | 101111 |
Color Harmonies of #11DF80
Complementary color
Monochromatic Colors of #11DF80
Black with #11DF80
Text Example
Text Example
White with #11DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF80; }
p { color: rgb(17,223,128); }
H1.HeaderClassName
{
color: #11DF80;
}
.AnyTagClassName
{
color: #11DF80;
}
</style>
background-color css
<style>
a { background-color: #11DF80; }
a { background-color: rgb(17,223,128); }
div.DivClassName
{
background-color: #11DF80;
}
.BgClassName
{
background-color: #11DF80;
}
</style>
border-color css
<style>
span { border-color: #11DF80; }
span { border-color: rgb(17,223,128); }
td.TdClassName
{
border-color: #11DF80;
}
.TagClassName
{
border-color: #11DF80;
}
</style>