Shades of Spring Green #11F382
Tints of Spring Green #11F382
RGB
CMYK
RGB Variations
Color information
#11F382 (or 0x11F382) is known color: Spring Green. HEX triplet: 11, F3 and 82. RGB value is (17,243,130). Sum of RGB (Red+Green+Blue) = 17+243+130=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #11F382 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11F382 is #EE0C7D. Grayscale: #A2A2A2. Windows color (decimal): -15600766 or 8581905. OLE color: 8581905.
HSL color Cylindrical-coordinate representation of color #11F382: hue angle of 150º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F382 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 130 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.05 |
| HSL | 150º | 0.9% | 0.51% | - |
| HSV(B) | 150º | 0.93% | 0.95% | - |
| XYZ | 36.31 | 65.83 | 31.91 | - |
| YUV | 162.54 | 109.63 | 24.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 130 | 0.93 | 0 | 0.47 | 0.05 | 150 | 0.9 | 0.51 |
| Hex | 11 | F3 | 82 | 5D | 0 | 2F | 5 | 96 | 5A | 33 |
| Octal | 21 | 363 | 202 | 135 | 0 | 57 | 5 | 226 | 132 | 63 |
| Binary | 10001 | 11110011 | 10000010 | 1011101 | 0 | 101111 | 101 | 10010110 | 1011010 | 110011 |
Color Harmonies of #11F382
Complementary color
Monochromatic Colors of #11F382
Black with #11F382
Text Example
Text Example
White with #11F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F382; }
p { color: rgb(17,243,130); }
H1.HeaderClassName
{
color: #11F382;
}
.AnyTagClassName
{
color: #11F382;
}
</style>
background-color css
<style>
a { background-color: #11F382; }
a { background-color: rgb(17,243,130); }
div.DivClassName
{
background-color: #11F382;
}
.BgClassName
{
background-color: #11F382;
}
</style>
border-color css
<style>
span { border-color: #11F382; }
span { border-color: rgb(17,243,130); }
td.TdClassName
{
border-color: #11F382;
}
.TagClassName
{
border-color: #11F382;
}
</style>