Shades of Spring Green #11E085
Tints of Spring Green #11E085
RGB
CMYK
RGB Variations
Color information
#11E085 (or 0x11E085) is known color: Spring Green. HEX triplet: 11, E0 and 85. RGB value is (17,224,133). Sum of RGB (Red+Green+Blue) = 17+224+133=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #11E085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E085 is #EE1F7A. Grayscale: #979797. Windows color (decimal): -15605627 or 8773649. OLE color: 8773649.
HSL color Cylindrical-coordinate representation of color #11E085: hue angle of 153.62º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E085 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 133 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.12 |
| HSL | 153.62º | 0.86% | 0.47% | - |
| HSV(B) | 153.62º | 0.92% | 0.88% | - |
| XYZ | 31.12 | 55.12 | 31.19 | - |
| YUV | 151.73 | 117.42 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 133 | 0.92 | 0 | 0.41 | 0.12 | 153.62 | 0.86 | 0.47 |
| Hex | 11 | E0 | 85 | 5C | 0 | 29 | C | 9A | 56 | 2F |
| Octal | 21 | 340 | 205 | 134 | 0 | 51 | 14 | 232 | 126 | 57 |
| Binary | 10001 | 11100000 | 10000101 | 1011100 | 0 | 101001 | 1100 | 10011010 | 1010110 | 101111 |
Color Harmonies of #11E085
Complementary color
Monochromatic Colors of #11E085
Black with #11E085
Text Example
Text Example
White with #11E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E085; }
p { color: rgb(17,224,133); }
H1.HeaderClassName
{
color: #11E085;
}
.AnyTagClassName
{
color: #11E085;
}
</style>
background-color css
<style>
a { background-color: #11E085; }
a { background-color: rgb(17,224,133); }
div.DivClassName
{
background-color: #11E085;
}
.BgClassName
{
background-color: #11E085;
}
</style>
border-color css
<style>
span { border-color: #11E085; }
span { border-color: rgb(17,224,133); }
td.TdClassName
{
border-color: #11E085;
}
.TagClassName
{
border-color: #11E085;
}
</style>