Shades of Spring Green #11FA75
Tints of Spring Green #11FA75
RGB
CMYK
RGB Variations
Color information
#11FA75 (or 0x11FA75) is known color: Spring Green. HEX triplet: 11, FA and 75. RGB value is (17,250,117). Sum of RGB (Red+Green+Blue) = 17+250+117=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11FA75 is #EE058A. Grayscale: #A5A5A5. Windows color (decimal): -15598987 or 7731729. OLE color: 7731729.
HSL color Cylindrical-coordinate representation of color #11FA75: hue angle of 145.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA75 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 117 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.02 |
| HSL | 145.75º | 0.96% | 0.52% | - |
| HSV(B) | 145.75º | 0.93% | 0.98% | - |
| XYZ | 37.63 | 69.77 | 28.31 | - |
| YUV | 165.17 | 100.81 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 117 | 0.93 | 0 | 0.53 | 0.02 | 145.75 | 0.96 | 0.52 |
| Hex | 11 | FA | 75 | 5D | 0 | 35 | 2 | 92 | 60 | 34 |
| Octal | 21 | 372 | 165 | 135 | 0 | 65 | 2 | 222 | 140 | 64 |
| Binary | 10001 | 11111010 | 1110101 | 1011101 | 0 | 110101 | 10 | 10010010 | 1100000 | 110100 |
Color Harmonies of #11FA75
Complementary color
Monochromatic Colors of #11FA75
Black with #11FA75
Text Example
Text Example
White with #11FA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA75; }
p { color: rgb(17,250,117); }
H1.HeaderClassName
{
color: #11FA75;
}
.AnyTagClassName
{
color: #11FA75;
}
</style>
background-color css
<style>
a { background-color: #11FA75; }
a { background-color: rgb(17,250,117); }
div.DivClassName
{
background-color: #11FA75;
}
.BgClassName
{
background-color: #11FA75;
}
</style>
border-color css
<style>
span { border-color: #11FA75; }
span { border-color: rgb(17,250,117); }
td.TdClassName
{
border-color: #11FA75;
}
.TagClassName
{
border-color: #11FA75;
}
</style>