Shades of Dark Pastel Green #11DD2D
Tints of Dark Pastel Green #11DD2D
RGB
CMYK
RGB Variations
Color information
#11DD2D (or 0x11DD2D) is known color: Dark Pastel Green. HEX triplet: 11, DD and 2D. RGB value is (17,221,45). Sum of RGB (Red+Green+Blue) = 17+221+45=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DD2D is #EE22D2. Grayscale: #8C8C8C. Windows color (decimal): -15606483 or 3005713. OLE color: 3005713.
HSL color Cylindrical-coordinate representation of color #11DD2D: hue angle of 128.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DD2D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 45 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.13 |
| HSL | 128.24º | 0.86% | 0.47% | - |
| HSV(B) | 128.24º | 0.92% | 0.87% | - |
| XYZ | 26.56 | 52.02 | 11.12 | - |
| YUV | 139.94 | 74.41 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 45 | 0.92 | 0 | 0.80 | 0.13 | 128.24 | 0.86 | 0.47 |
| Hex | 11 | DD | 2D | 5C | 0 | 50 | D | 80 | 56 | 2F |
| Octal | 21 | 335 | 55 | 134 | 0 | 120 | 15 | 200 | 126 | 57 |
| Binary | 10001 | 11011101 | 101101 | 1011100 | 0 | 1010000 | 1101 | 10000000 | 1010110 | 101111 |
Color Harmonies of #11DD2D
Complementary color
Monochromatic Colors of #11DD2D
Black with #11DD2D
Text Example
Text Example
White with #11DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DD2D; }
p { color: rgb(17,221,45); }
H1.HeaderClassName
{
color: #11DD2D;
}
.AnyTagClassName
{
color: #11DD2D;
}
</style>
background-color css
<style>
a { background-color: #11DD2D; }
a { background-color: rgb(17,221,45); }
div.DivClassName
{
background-color: #11DD2D;
}
.BgClassName
{
background-color: #11DD2D;
}
</style>
border-color css
<style>
span { border-color: #11DD2D; }
span { border-color: rgb(17,221,45); }
td.TdClassName
{
border-color: #11DD2D;
}
.TagClassName
{
border-color: #11DD2D;
}
</style>