Shades of Spring Green #11FD70
Tints of Spring Green #11FD70
RGB
CMYK
RGB Variations
Color information
#11FD70 (or 0x11FD70) is known color: Spring Green. HEX triplet: 11, FD and 70. RGB value is (17,253,112). Sum of RGB (Red+Green+Blue) = 17+253+112=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #11FD70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11FD70 is #EE028F. Grayscale: #A6A6A6. Windows color (decimal): -15598224 or 7404817. OLE color: 7404817.
HSL color Cylindrical-coordinate representation of color #11FD70: hue angle of 144.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FD70 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 112 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.01 |
| HSL | 144.15º | 0.98% | 0.53% | - |
| HSV(B) | 144.15º | 0.93% | 0.99% | - |
| XYZ | 38.28 | 71.54 | 27.12 | - |
| YUV | 166.36 | 97.31 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 112 | 0.93 | 0 | 0.56 | 0.01 | 144.15 | 0.98 | 0.53 |
| Hex | 11 | FD | 70 | 5D | 0 | 38 | 1 | 90 | 62 | 35 |
| Octal | 21 | 375 | 160 | 135 | 0 | 70 | 1 | 220 | 142 | 65 |
| Binary | 10001 | 11111101 | 1110000 | 1011101 | 0 | 111000 | 1 | 10010000 | 1100010 | 110101 |
Color Harmonies of #11FD70
Complementary color
Monochromatic Colors of #11FD70
Black with #11FD70
Text Example
Text Example
White with #11FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FD70; }
p { color: rgb(17,253,112); }
H1.HeaderClassName
{
color: #11FD70;
}
.AnyTagClassName
{
color: #11FD70;
}
</style>
background-color css
<style>
a { background-color: #11FD70; }
a { background-color: rgb(17,253,112); }
div.DivClassName
{
background-color: #11FD70;
}
.BgClassName
{
background-color: #11FD70;
}
</style>
border-color css
<style>
span { border-color: #11FD70; }
span { border-color: rgb(17,253,112); }
td.TdClassName
{
border-color: #11FD70;
}
.TagClassName
{
border-color: #11FD70;
}
</style>