Shades of Dark Pastel Green #11C43C
Tints of Dark Pastel Green #11C43C
RGB
CMYK
RGB Variations
Color information
#11C43C (or 0x11C43C) is known color: Dark Pastel Green. HEX triplet: 11, C4 and 3C. RGB value is (17,196,60). Sum of RGB (Red+Green+Blue) = 17+196+60=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #11C43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C43C is #EE3BC3. Grayscale: #7F7F7F. Windows color (decimal): -15612868 or 3982353. OLE color: 3982353.
HSL color Cylindrical-coordinate representation of color #11C43C: hue angle of 134.41º 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 #11C43C is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 60 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.23 |
| HSL | 134.41º | 0.84% | 0.42% | - |
| HSV(B) | 134.41º | 0.91% | 0.77% | - |
| XYZ | 20.79 | 39.93 | 10.89 | - |
| YUV | 126.98 | 90.2 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 60 | 0.91 | 0 | 0.69 | 0.23 | 134.41 | 0.84 | 0.42 |
| Hex | 11 | C4 | 3C | 5B | 0 | 45 | 17 | 86 | 54 | 2A |
| Octal | 21 | 304 | 74 | 133 | 0 | 105 | 27 | 206 | 124 | 52 |
| Binary | 10001 | 11000100 | 111100 | 1011011 | 0 | 1000101 | 10111 | 10000110 | 1010100 | 101010 |
Color Harmonies of #11C43C
Complementary color
Monochromatic Colors of #11C43C
Black with #11C43C
Text Example
Text Example
White with #11C43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C43C; }
p { color: rgb(17,196,60); }
H1.HeaderClassName
{
color: #11C43C;
}
.AnyTagClassName
{
color: #11C43C;
}
</style>
background-color css
<style>
a { background-color: #11C43C; }
a { background-color: rgb(17,196,60); }
div.DivClassName
{
background-color: #11C43C;
}
.BgClassName
{
background-color: #11C43C;
}
</style>
border-color css
<style>
span { border-color: #11C43C; }
span { border-color: rgb(17,196,60); }
td.TdClassName
{
border-color: #11C43C;
}
.TagClassName
{
border-color: #11C43C;
}
</style>