Shades of Dark Pastel Green #11C51C
Tints of Dark Pastel Green #11C51C
RGB
CMYK
RGB Variations
Color information
#11C51C (or 0x11C51C) is known color: Dark Pastel Green. HEX triplet: 11, C5 and 1C. RGB value is (17,197,28). Sum of RGB (Red+Green+Blue) = 17+197+28=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 197 (77.34% from 255 or 81.40% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 197 - color contains mainly: green. Hex color #11C51C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C51C is #EE3AE3. Grayscale: #7C7C7C. Windows color (decimal): -15612644 or 1885457. OLE color: 1885457.
HSL color Cylindrical-coordinate representation of color #11C51C: hue angle of 123.67º 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 #11C51C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 28 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.23 |
| HSL | 123.67º | 0.84% | 0.42% | - |
| HSV(B) | 123.67º | 0.91% | 0.77% | - |
| XYZ | 20.41 | 40.14 | 7.77 | - |
| YUV | 123.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 28 | 0.91 | 0 | 0.86 | 0.23 | 123.67 | 0.84 | 0.42 |
| Hex | 11 | C5 | 1C | 5B | 0 | 56 | 17 | 7C | 54 | 2A |
| Octal | 21 | 305 | 34 | 133 | 0 | 126 | 27 | 174 | 124 | 52 |
| Binary | 10001 | 11000101 | 11100 | 1011011 | 0 | 1010110 | 10111 | 1111100 | 1010100 | 101010 |
Color Harmonies of #11C51C
Complementary color
Monochromatic Colors of #11C51C
Black with #11C51C
Text Example
Text Example
White with #11C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C51C; }
p { color: rgb(17,197,28); }
H1.HeaderClassName
{
color: #11C51C;
}
.AnyTagClassName
{
color: #11C51C;
}
</style>
background-color css
<style>
a { background-color: #11C51C; }
a { background-color: rgb(17,197,28); }
div.DivClassName
{
background-color: #11C51C;
}
.BgClassName
{
background-color: #11C51C;
}
</style>
border-color css
<style>
span { border-color: #11C51C; }
span { border-color: rgb(17,197,28); }
td.TdClassName
{
border-color: #11C51C;
}
.TagClassName
{
border-color: #11C51C;
}
</style>