Shades of Dark Pastel Green #11D82C
Tints of Dark Pastel Green #11D82C
RGB
CMYK
RGB Variations
Color information
#11D82C (or 0x11D82C) is known color: Dark Pastel Green. HEX triplet: 11, D8 and 2C. RGB value is (17,216,44). Sum of RGB (Red+Green+Blue) = 17+216+44=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #11D82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D82C is #EE27D3. Grayscale: #898989. Windows color (decimal): -15607764 or 2938897. OLE color: 2938897.
HSL color Cylindrical-coordinate representation of color #11D82C: hue angle of 128.14º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D82C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 44 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.15 |
| HSL | 128.14º | 0.85% | 0.46% | - |
| HSV(B) | 128.14º | 0.92% | 0.85% | - |
| XYZ | 25.24 | 49.41 | 10.59 | - |
| YUV | 136.89 | 75.57 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 44 | 0.92 | 0 | 0.80 | 0.15 | 128.14 | 0.85 | 0.46 |
| Hex | 11 | D8 | 2C | 5C | 0 | 50 | F | 80 | 55 | 2E |
| Octal | 21 | 330 | 54 | 134 | 0 | 120 | 17 | 200 | 125 | 56 |
| Binary | 10001 | 11011000 | 101100 | 1011100 | 0 | 1010000 | 1111 | 10000000 | 1010101 | 101110 |
Color Harmonies of #11D82C
Complementary color
Monochromatic Colors of #11D82C
Black with #11D82C
Text Example
Text Example
White with #11D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D82C; }
p { color: rgb(17,216,44); }
H1.HeaderClassName
{
color: #11D82C;
}
.AnyTagClassName
{
color: #11D82C;
}
</style>
background-color css
<style>
a { background-color: #11D82C; }
a { background-color: rgb(17,216,44); }
div.DivClassName
{
background-color: #11D82C;
}
.BgClassName
{
background-color: #11D82C;
}
</style>
border-color css
<style>
span { border-color: #11D82C; }
span { border-color: rgb(17,216,44); }
td.TdClassName
{
border-color: #11D82C;
}
.TagClassName
{
border-color: #11D82C;
}
</style>