Shades of Dark Pastel Green #11C051
Tints of Dark Pastel Green #11C051
RGB
CMYK
RGB Variations
Color information
#11C051 (or 0x11C051) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 51. RGB value is (17,192,81). Sum of RGB (Red+Green+Blue) = 17+192+81=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #11C051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C051 is #EE3FAE. Grayscale: #7F7F7F. Windows color (decimal): -15613871 or 5357585. OLE color: 5357585.
HSL color Cylindrical-coordinate representation of color #11C051: hue angle of 141.94º 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 #11C051 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 81 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.25 |
| HSL | 141.94º | 0.84% | 0.41% | - |
| HSV(B) | 141.94º | 0.91% | 0.75% | - |
| XYZ | 20.57 | 38.41 | 14.12 | - |
| YUV | 127.02 | 102.02 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 81 | 0.91 | 0 | 0.58 | 0.25 | 141.94 | 0.84 | 0.41 |
| Hex | 11 | C0 | 51 | 5B | 0 | 3A | 19 | 8E | 54 | 29 |
| Octal | 21 | 300 | 121 | 133 | 0 | 72 | 31 | 216 | 124 | 51 |
| Binary | 10001 | 11000000 | 1010001 | 1011011 | 0 | 111010 | 11001 | 10001110 | 1010100 | 101001 |
Color Harmonies of #11C051
Complementary color
Monochromatic Colors of #11C051
Black with #11C051
Text Example
Text Example
White with #11C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C051; }
p { color: rgb(17,192,81); }
H1.HeaderClassName
{
color: #11C051;
}
.AnyTagClassName
{
color: #11C051;
}
</style>
background-color css
<style>
a { background-color: #11C051; }
a { background-color: rgb(17,192,81); }
div.DivClassName
{
background-color: #11C051;
}
.BgClassName
{
background-color: #11C051;
}
</style>
border-color css
<style>
span { border-color: #11C051; }
span { border-color: rgb(17,192,81); }
td.TdClassName
{
border-color: #11C051;
}
.TagClassName
{
border-color: #11C051;
}
</style>