Shades of Dark Pastel Green #11C93D
Tints of Dark Pastel Green #11C93D
RGB
CMYK
RGB Variations
Color information
#11C93D (or 0x11C93D) is known color: Dark Pastel Green. HEX triplet: 11, C9 and 3D. RGB value is (17,201,61). Sum of RGB (Red+Green+Blue) = 17+201+61=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #11C93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C93D is #EE36C2. Grayscale: #828282. Windows color (decimal): -15611587 or 4049169. OLE color: 4049169.
HSL color Cylindrical-coordinate representation of color #11C93D: hue angle of 134.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C93D is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 201 | 61 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.21 |
| HSL | 134.35º | 0.84% | 0.43% | - |
| HSV(B) | 134.35º | 0.92% | 0.79% | - |
| XYZ | 21.96 | 42.23 | 11.41 | - |
| YUV | 130.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 201 | 61 | 0.92 | 0 | 0.70 | 0.21 | 134.35 | 0.84 | 0.43 |
| Hex | 11 | C9 | 3D | 5C | 0 | 46 | 15 | 86 | 54 | 2B |
| Octal | 21 | 311 | 75 | 134 | 0 | 106 | 25 | 206 | 124 | 53 |
| Binary | 10001 | 11001001 | 111101 | 1011100 | 0 | 1000110 | 10101 | 10000110 | 1010100 | 101011 |
Color Harmonies of #11C93D
Complementary color
Monochromatic Colors of #11C93D
Black with #11C93D
Text Example
Text Example
White with #11C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C93D; }
p { color: rgb(17,201,61); }
H1.HeaderClassName
{
color: #11C93D;
}
.AnyTagClassName
{
color: #11C93D;
}
</style>
background-color css
<style>
a { background-color: #11C93D; }
a { background-color: rgb(17,201,61); }
div.DivClassName
{
background-color: #11C93D;
}
.BgClassName
{
background-color: #11C93D;
}
</style>
border-color css
<style>
span { border-color: #11C93D; }
span { border-color: rgb(17,201,61); }
td.TdClassName
{
border-color: #11C93D;
}
.TagClassName
{
border-color: #11C93D;
}
</style>