Shades of Spring Green #11EF80
Tints of Spring Green #11EF80
RGB
CMYK
RGB Variations
Color information
#11EF80 (or 0x11EF80) is known color: Spring Green. HEX triplet: 11, EF and 80. RGB value is (17,239,128). Sum of RGB (Red+Green+Blue) = 17+239+128=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #11EF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11EF80 is #EE107F. Grayscale: #A0A0A0. Windows color (decimal): -15601792 or 8449809. OLE color: 8449809.
HSL color Cylindrical-coordinate representation of color #11EF80: hue angle of 150º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EF80 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 239 | 128 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.06 |
| HSL | 150º | 0.87% | 0.5% | - |
| HSV(B) | 150º | 0.93% | 0.94% | - |
| XYZ | 34.99 | 63.41 | 30.82 | - |
| YUV | 159.97 | 109.95 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 128 | 0.93 | 0 | 0.46 | 0.06 | 150 | 0.87 | 0.5 |
| Hex | 11 | EF | 80 | 5D | 0 | 2E | 6 | 96 | 57 | 32 |
| Octal | 21 | 357 | 200 | 135 | 0 | 56 | 6 | 226 | 127 | 62 |
| Binary | 10001 | 11101111 | 10000000 | 1011101 | 0 | 101110 | 110 | 10010110 | 1010111 | 110010 |
Color Harmonies of #11EF80
Complementary color
Monochromatic Colors of #11EF80
Black with #11EF80
Text Example
Text Example
White with #11EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EF80; }
p { color: rgb(17,239,128); }
H1.HeaderClassName
{
color: #11EF80;
}
.AnyTagClassName
{
color: #11EF80;
}
</style>
background-color css
<style>
a { background-color: #11EF80; }
a { background-color: rgb(17,239,128); }
div.DivClassName
{
background-color: #11EF80;
}
.BgClassName
{
background-color: #11EF80;
}
</style>
border-color css
<style>
span { border-color: #11EF80; }
span { border-color: rgb(17,239,128); }
td.TdClassName
{
border-color: #11EF80;
}
.TagClassName
{
border-color: #11EF80;
}
</style>