Shades of Dark Spring Green #117F39
Tints of Dark Spring Green #117F39
RGB
CMYK
RGB Variations
Color information
#117F39 (or 0x117F39) is known color: Dark Spring Green. HEX triplet: 11, 7F and 39. RGB value is (17,127,57). Sum of RGB (Red+Green+Blue) = 17+127+57=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #117F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117F39 is #EE80C6. Grayscale: #565656. Windows color (decimal): -15630535 or 3768081. OLE color: 3768081.
HSL color Cylindrical-coordinate representation of color #117F39: hue angle of 141.82º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F39 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 57 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.50 |
| HSL | 141.82º | 0.76% | 0.28% | - |
| HSV(B) | 141.82º | 0.87% | 0.5% | - |
| XYZ | 8.56 | 15.59 | 6.43 | - |
| YUV | 86.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 57 | 0.87 | 0 | 0.55 | 0.50 | 141.82 | 0.76 | 0.28 |
| Hex | 11 | 7F | 39 | 57 | 0 | 37 | 32 | 8E | 4C | 1C |
| Octal | 21 | 177 | 71 | 127 | 0 | 67 | 62 | 216 | 114 | 34 |
| Binary | 10001 | 1111111 | 111001 | 1010111 | 0 | 110111 | 110010 | 10001110 | 1001100 | 11100 |
Color Harmonies of #117F39
Complementary color
Monochromatic Colors of #117F39
Black with #117F39
Text Example
Text Example
White with #117F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F39; }
p { color: rgb(17,127,57); }
H1.HeaderClassName
{
color: #117F39;
}
.AnyTagClassName
{
color: #117F39;
}
</style>
background-color css
<style>
a { background-color: #117F39; }
a { background-color: rgb(17,127,57); }
div.DivClassName
{
background-color: #117F39;
}
.BgClassName
{
background-color: #117F39;
}
</style>
border-color css
<style>
span { border-color: #117F39; }
span { border-color: rgb(17,127,57); }
td.TdClassName
{
border-color: #117F39;
}
.TagClassName
{
border-color: #117F39;
}
</style>