Shades of Spring Green #11FB85
Tints of Spring Green #11FB85
RGB
CMYK
RGB Variations
Color information
#11FB85 (or 0x11FB85) is known color: Spring Green. HEX triplet: 11, FB and 85. RGB value is (17,251,133). Sum of RGB (Red+Green+Blue) = 17+251+133=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #11FB85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11FB85 is #EE047A. Grayscale: #A7A7A7. Windows color (decimal): -15598715 or 8780561. OLE color: 8780561.
HSL color Cylindrical-coordinate representation of color #11FB85: hue angle of 149.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FB85 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 133 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.02 |
| HSL | 149.74º | 0.97% | 0.53% | - |
| HSV(B) | 149.74º | 0.93% | 0.98% | - |
| XYZ | 38.96 | 70.81 | 33.8 | - |
| YUV | 167.58 | 108.48 | 20.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 133 | 0.93 | 0 | 0.47 | 0.02 | 149.74 | 0.97 | 0.53 |
| Hex | 11 | FB | 85 | 5D | 0 | 2F | 2 | 96 | 61 | 35 |
| Octal | 21 | 373 | 205 | 135 | 0 | 57 | 2 | 226 | 141 | 65 |
| Binary | 10001 | 11111011 | 10000101 | 1011101 | 0 | 101111 | 10 | 10010110 | 1100001 | 110101 |
Color Harmonies of #11FB85
Complementary color
Monochromatic Colors of #11FB85
Black with #11FB85
Text Example
Text Example
White with #11FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FB85; }
p { color: rgb(17,251,133); }
H1.HeaderClassName
{
color: #11FB85;
}
.AnyTagClassName
{
color: #11FB85;
}
</style>
background-color css
<style>
a { background-color: #11FB85; }
a { background-color: rgb(17,251,133); }
div.DivClassName
{
background-color: #11FB85;
}
.BgClassName
{
background-color: #11FB85;
}
</style>
border-color css
<style>
span { border-color: #11FB85; }
span { border-color: rgb(17,251,133); }
td.TdClassName
{
border-color: #11FB85;
}
.TagClassName
{
border-color: #11FB85;
}
</style>