Html Css Color HEX #11FFBD Medium Spring Green
📋 copy color: '#11FFBD'red 17 ◦ green 255 ◦ blue 189
Shades of Medium Spring Green #11FFBD
Tints of Medium Spring Green #11FFBD
RGB
CMYK
RGB Variations
Color information
#11FFBD (or 0x11FFBD) is known color: Medium Spring Green. HEX triplet: 11, FF and BD. RGB value is (17,255,189). Sum of RGB (Red+Green+Blue) = 17+255+189=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFBD is #EE0042. Grayscale: #B0B0B0. Windows color (decimal): -15597635 or 12451601. OLE color: 12451601.
HSL color Cylindrical-coordinate representation of color #11FFBD: hue angle of 163.36º 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 #11FFBD is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 189 | - |
| CMYK | 0.93 | 0 | 0.26 | 0 |
| HSL | 163.36º | 1% | 0.53% | - |
| HSV(B) | 163.36º | 0.93% | 1% | - |
| XYZ | 45.18 | 75.31 | 60.3 | - |
| YUV | 176.31 | 135.15 | 14.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 189 | 0.93 | 0 | 0.26 | 0 | 163.36 | 1 | 0.53 |
| Hex | 11 | FF | BD | 5D | 0 | 1A | 0 | A3 | 64 | 35 |
| Octal | 21 | 377 | 275 | 135 | 0 | 32 | 0 | 243 | 144 | 65 |
| Binary | 10001 | 11111111 | 10111101 | 1011101 | 0 | 11010 | 0 | 10100011 | 1100100 | 110101 |
Color Harmonies of #11FFBD
Complementary color
Monochromatic Colors of #11FFBD
Black with #11FFBD
Text Example
Text Example
White with #11FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFBD; }
p { color: rgb(17,255,189); }
H1.HeaderClassName
{
color: #11FFBD;
}
.AnyTagClassName
{
color: #11FFBD;
}
</style>
background-color css
<style>
a { background-color: #11FFBD; }
a { background-color: rgb(17,255,189); }
div.DivClassName
{
background-color: #11FFBD;
}
.BgClassName
{
background-color: #11FFBD;
}
</style>
border-color css
<style>
span { border-color: #11FFBD; }
span { border-color: rgb(17,255,189); }
td.TdClassName
{
border-color: #11FFBD;
}
.TagClassName
{
border-color: #11FFBD;
}
</style>