Shades of Spring Green #11DF82
Tints of Spring Green #11DF82
RGB
CMYK
RGB Variations
Color information
#11DF82 (or 0x11DF82) is known color: Spring Green. HEX triplet: 11, DF and 82. RGB value is (17,223,130). Sum of RGB (Red+Green+Blue) = 17+223+130=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DF82 is #EE207D. Grayscale: #969696. Windows color (decimal): -15605886 or 8576785. OLE color: 8576785.
HSL color Cylindrical-coordinate representation of color #11DF82: hue angle of 152.91º 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 #11DF82 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 130 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.13 |
| HSL | 152.91º | 0.86% | 0.47% | - |
| HSV(B) | 152.91º | 0.92% | 0.87% | - |
| XYZ | 30.65 | 54.51 | 30.02 | - |
| YUV | 150.8 | 116.25 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 130 | 0.92 | 0 | 0.42 | 0.13 | 152.91 | 0.86 | 0.47 |
| Hex | 11 | DF | 82 | 5C | 0 | 2A | D | 99 | 56 | 2F |
| Octal | 21 | 337 | 202 | 134 | 0 | 52 | 15 | 231 | 126 | 57 |
| Binary | 10001 | 11011111 | 10000010 | 1011100 | 0 | 101010 | 1101 | 10011001 | 1010110 | 101111 |
Color Harmonies of #11DF82
Complementary color
Monochromatic Colors of #11DF82
Black with #11DF82
Text Example
Text Example
White with #11DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF82; }
p { color: rgb(17,223,130); }
H1.HeaderClassName
{
color: #11DF82;
}
.AnyTagClassName
{
color: #11DF82;
}
</style>
background-color css
<style>
a { background-color: #11DF82; }
a { background-color: rgb(17,223,130); }
div.DivClassName
{
background-color: #11DF82;
}
.BgClassName
{
background-color: #11DF82;
}
</style>
border-color css
<style>
span { border-color: #11DF82; }
span { border-color: rgb(17,223,130); }
td.TdClassName
{
border-color: #11DF82;
}
.TagClassName
{
border-color: #11DF82;
}
</style>