Shades of Dark Pastel Green #11C444
Tints of Dark Pastel Green #11C444
RGB
CMYK
RGB Variations
Color information
#11C444 (or 0x11C444) is known color: Dark Pastel Green. HEX triplet: 11, C4 and 44. RGB value is (17,196,68). Sum of RGB (Red+Green+Blue) = 17+196+68=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #11C444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C444 is #EE3BBB. Grayscale: #808080. Windows color (decimal): -15612860 or 4506641. OLE color: 4506641.
HSL color Cylindrical-coordinate representation of color #11C444: hue angle of 137.09º 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 #11C444 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 68 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.23 |
| HSL | 137.1º | 0.84% | 0.42% | - |
| HSV(B) | 137.1º | 0.91% | 0.77% | - |
| XYZ | 21.01 | 40.02 | 12.09 | - |
| YUV | 127.89 | 94.2 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 68 | 0.91 | 0 | 0.65 | 0.23 | 137.1 | 0.84 | 0.42 |
| Hex | 11 | C4 | 44 | 5B | 0 | 41 | 17 | 89 | 54 | 2A |
| Octal | 21 | 304 | 104 | 133 | 0 | 101 | 27 | 211 | 124 | 52 |
| Binary | 10001 | 11000100 | 1000100 | 1011011 | 0 | 1000001 | 10111 | 10001001 | 1010100 | 101010 |
Color Harmonies of #11C444
Complementary color
Monochromatic Colors of #11C444
Black with #11C444
Text Example
Text Example
White with #11C444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C444; }
p { color: rgb(17,196,68); }
H1.HeaderClassName
{
color: #11C444;
}
.AnyTagClassName
{
color: #11C444;
}
</style>
background-color css
<style>
a { background-color: #11C444; }
a { background-color: rgb(17,196,68); }
div.DivClassName
{
background-color: #11C444;
}
.BgClassName
{
background-color: #11C444;
}
</style>
border-color css
<style>
span { border-color: #11C444; }
span { border-color: rgb(17,196,68); }
td.TdClassName
{
border-color: #11C444;
}
.TagClassName
{
border-color: #11C444;
}
</style>