Shades of Spring Green #11FF80
Tints of Spring Green #11FF80
RGB
CMYK
RGB Variations
Color information
#11FF80 (or 0x11FF80) is known color: Spring Green. HEX triplet: 11, FF and 80. RGB value is (17,255,128). Sum of RGB (Red+Green+Blue) = 17+255+128=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11FF80 is #EE007F. Grayscale: #A9A9A9. Windows color (decimal): -15597696 or 8453905. OLE color: 8453905.
HSL color Cylindrical-coordinate representation of color #11FF80: hue angle of 147.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF80 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 128 | - |
| CMYK | 0.93 | 0 | 0.50 | 0 |
| HSL | 147.98º | 1% | 0.53% | - |
| HSV(B) | 147.98º | 0.93% | 1% | - |
| XYZ | 39.89 | 73.2 | 32.45 | - |
| YUV | 169.36 | 104.65 | 19.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 128 | 0.93 | 0 | 0.50 | 0 | 147.98 | 1 | 0.53 |
| Hex | 11 | FF | 80 | 5D | 0 | 32 | 0 | 94 | 64 | 35 |
| Octal | 21 | 377 | 200 | 135 | 0 | 62 | 0 | 224 | 144 | 65 |
| Binary | 10001 | 11111111 | 10000000 | 1011101 | 0 | 110010 | 0 | 10010100 | 1100100 | 110101 |
Color Harmonies of #11FF80
Complementary color
Monochromatic Colors of #11FF80
Black with #11FF80
Text Example
Text Example
White with #11FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF80; }
p { color: rgb(17,255,128); }
H1.HeaderClassName
{
color: #11FF80;
}
.AnyTagClassName
{
color: #11FF80;
}
</style>
background-color css
<style>
a { background-color: #11FF80; }
a { background-color: rgb(17,255,128); }
div.DivClassName
{
background-color: #11FF80;
}
.BgClassName
{
background-color: #11FF80;
}
</style>
border-color css
<style>
span { border-color: #11FF80; }
span { border-color: rgb(17,255,128); }
td.TdClassName
{
border-color: #11FF80;
}
.TagClassName
{
border-color: #11FF80;
}
</style>