Shades of Dark Pastel Green #11C050
Tints of Dark Pastel Green #11C050
RGB
CMYK
RGB Variations
Color information
#11C050 (or 0x11C050) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 50. RGB value is (17,192,80). Sum of RGB (Red+Green+Blue) = 17+192+80=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #11C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C050 is #EE3FAF. Grayscale: #7F7F7F. Windows color (decimal): -15613872 or 5292049. OLE color: 5292049.
HSL color Cylindrical-coordinate representation of color #11C050: hue angle of 141.6º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C050 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 80 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.25 |
| HSL | 141.6º | 0.84% | 0.41% | - |
| HSV(B) | 141.6º | 0.91% | 0.75% | - |
| XYZ | 20.53 | 38.4 | 13.92 | - |
| YUV | 126.91 | 101.52 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 80 | 0.91 | 0 | 0.58 | 0.25 | 141.6 | 0.84 | 0.41 |
| Hex | 11 | C0 | 50 | 5B | 0 | 3A | 19 | 8E | 54 | 29 |
| Octal | 21 | 300 | 120 | 133 | 0 | 72 | 31 | 216 | 124 | 51 |
| Binary | 10001 | 11000000 | 1010000 | 1011011 | 0 | 111010 | 11001 | 10001110 | 1010100 | 101001 |
Color Harmonies of #11C050
Complementary color
Monochromatic Colors of #11C050
Black with #11C050
Text Example
Text Example
White with #11C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C050; }
p { color: rgb(17,192,80); }
H1.HeaderClassName
{
color: #11C050;
}
.AnyTagClassName
{
color: #11C050;
}
</style>
background-color css
<style>
a { background-color: #11C050; }
a { background-color: rgb(17,192,80); }
div.DivClassName
{
background-color: #11C050;
}
.BgClassName
{
background-color: #11C050;
}
</style>
border-color css
<style>
span { border-color: #11C050; }
span { border-color: rgb(17,192,80); }
td.TdClassName
{
border-color: #11C050;
}
.TagClassName
{
border-color: #11C050;
}
</style>