Shades of Dark Pastel Green #11C440
Tints of Dark Pastel Green #11C440
RGB
CMYK
RGB Variations
Color information
#11C440 (or 0x11C440) is known color: Dark Pastel Green. HEX triplet: 11, C4 and 40. RGB value is (17,196,64). Sum of RGB (Red+Green+Blue) = 17+196+64=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #11C440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C440 is #EE3BBF. Grayscale: #7F7F7F. Windows color (decimal): -15612864 or 4244497. OLE color: 4244497.
HSL color Cylindrical-coordinate representation of color #11C440: hue angle of 135.75º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C440 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 64 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.23 |
| HSL | 135.75º | 0.84% | 0.42% | - |
| HSV(B) | 135.75º | 0.91% | 0.77% | - |
| XYZ | 20.9 | 39.97 | 11.46 | - |
| YUV | 127.43 | 92.2 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 64 | 0.91 | 0 | 0.67 | 0.23 | 135.75 | 0.84 | 0.42 |
| Hex | 11 | C4 | 40 | 5B | 0 | 43 | 17 | 88 | 54 | 2A |
| Octal | 21 | 304 | 100 | 133 | 0 | 103 | 27 | 210 | 124 | 52 |
| Binary | 10001 | 11000100 | 1000000 | 1011011 | 0 | 1000011 | 10111 | 10001000 | 1010100 | 101010 |
Color Harmonies of #11C440
Complementary color
Monochromatic Colors of #11C440
Black with #11C440
Text Example
Text Example
White with #11C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C440; }
p { color: rgb(17,196,64); }
H1.HeaderClassName
{
color: #11C440;
}
.AnyTagClassName
{
color: #11C440;
}
</style>
background-color css
<style>
a { background-color: #11C440; }
a { background-color: rgb(17,196,64); }
div.DivClassName
{
background-color: #11C440;
}
.BgClassName
{
background-color: #11C440;
}
</style>
border-color css
<style>
span { border-color: #11C440; }
span { border-color: rgb(17,196,64); }
td.TdClassName
{
border-color: #11C440;
}
.TagClassName
{
border-color: #11C440;
}
</style>