Shades of Spring Green #11EF85
Tints of Spring Green #11EF85
RGB
CMYK
RGB Variations
Color information
#11EF85 (or 0x11EF85) is known color: Spring Green. HEX triplet: 11, EF and 85. RGB value is (17,239,133). Sum of RGB (Red+Green+Blue) = 17+239+133=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 239 (93.75% from 255 or 61.44% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 239 - color contains mainly: green. Hex color #11EF85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11EF85 is #EE107A. Grayscale: #A0A0A0. Windows color (decimal): -15601787 or 8777489. OLE color: 8777489.
HSL color Cylindrical-coordinate representation of color #11EF85: hue angle of 151.35º 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 #11EF85 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 239 | 133 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.06 |
| HSL | 151.35º | 0.87% | 0.5% | - |
| HSV(B) | 151.35º | 0.93% | 0.94% | - |
| XYZ | 35.33 | 63.55 | 32.59 | - |
| YUV | 160.54 | 112.45 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 133 | 0.93 | 0 | 0.44 | 0.06 | 151.35 | 0.87 | 0.5 |
| Hex | 11 | EF | 85 | 5D | 0 | 2C | 6 | 97 | 57 | 32 |
| Octal | 21 | 357 | 205 | 135 | 0 | 54 | 6 | 227 | 127 | 62 |
| Binary | 10001 | 11101111 | 10000101 | 1011101 | 0 | 101100 | 110 | 10010111 | 1010111 | 110010 |
Color Harmonies of #11EF85
Complementary color
Monochromatic Colors of #11EF85
Black with #11EF85
Text Example
Text Example
White with #11EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EF85; }
p { color: rgb(17,239,133); }
H1.HeaderClassName
{
color: #11EF85;
}
.AnyTagClassName
{
color: #11EF85;
}
</style>
background-color css
<style>
a { background-color: #11EF85; }
a { background-color: rgb(17,239,133); }
div.DivClassName
{
background-color: #11EF85;
}
.BgClassName
{
background-color: #11EF85;
}
</style>
border-color css
<style>
span { border-color: #11EF85; }
span { border-color: rgb(17,239,133); }
td.TdClassName
{
border-color: #11EF85;
}
.TagClassName
{
border-color: #11EF85;
}
</style>