Shades of Spring Green #11F975
Tints of Spring Green #11F975
RGB
CMYK
RGB Variations
Color information
#11F975 (or 0x11F975) is known color: Spring Green. HEX triplet: 11, F9 and 75. RGB value is (17,249,117). Sum of RGB (Red+Green+Blue) = 17+249+117=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #11F975 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F975 is #EE068A. Grayscale: #A4A4A4. Windows color (decimal): -15599243 or 7731473. OLE color: 7731473.
HSL color Cylindrical-coordinate representation of color #11F975: hue angle of 145.86º degrees, saturation: 0.95, 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 #11F975 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 249 | 117 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.02 |
| HSL | 145.86º | 0.95% | 0.52% | - |
| HSV(B) | 145.86º | 0.93% | 0.98% | - |
| XYZ | 37.32 | 69.15 | 28.21 | - |
| YUV | 164.58 | 101.14 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 249 | 117 | 0.93 | 0 | 0.53 | 0.02 | 145.86 | 0.95 | 0.52 |
| Hex | 11 | F9 | 75 | 5D | 0 | 35 | 2 | 92 | 5F | 34 |
| Octal | 21 | 371 | 165 | 135 | 0 | 65 | 2 | 222 | 137 | 64 |
| Binary | 10001 | 11111001 | 1110101 | 1011101 | 0 | 110101 | 10 | 10010010 | 1011111 | 110100 |
Color Harmonies of #11F975
Complementary color
Monochromatic Colors of #11F975
Black with #11F975
Text Example
Text Example
White with #11F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F975; }
p { color: rgb(17,249,117); }
H1.HeaderClassName
{
color: #11F975;
}
.AnyTagClassName
{
color: #11F975;
}
</style>
background-color css
<style>
a { background-color: #11F975; }
a { background-color: rgb(17,249,117); }
div.DivClassName
{
background-color: #11F975;
}
.BgClassName
{
background-color: #11F975;
}
</style>
border-color css
<style>
span { border-color: #11F975; }
span { border-color: rgb(17,249,117); }
td.TdClassName
{
border-color: #11F975;
}
.TagClassName
{
border-color: #11F975;
}
</style>