Shades of Dark Pastel Green #11CE2D
Tints of Dark Pastel Green #11CE2D
RGB
CMYK
RGB Variations
Color information
#11CE2D (or 0x11CE2D) is known color: Dark Pastel Green. HEX triplet: 11, CE and 2D. RGB value is (17,206,45). Sum of RGB (Red+Green+Blue) = 17+206+45=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 206 (80.86% from 255 or 76.87% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 206 - color contains mainly: green. Hex color #11CE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CE2D is #EE31D2. Grayscale: #838383. Windows color (decimal): -15610323 or 3001873. OLE color: 3001873.
HSL color Cylindrical-coordinate representation of color #11CE2D: hue angle of 128.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CE2D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 206 | 45 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.19 |
| HSL | 128.89º | 0.85% | 0.44% | - |
| HSV(B) | 128.89º | 0.92% | 0.81% | - |
| XYZ | 22.78 | 44.45 | 9.86 | - |
| YUV | 131.14 | 79.38 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 45 | 0.92 | 0 | 0.78 | 0.19 | 128.89 | 0.85 | 0.44 |
| Hex | 11 | CE | 2D | 5C | 0 | 4E | 13 | 81 | 55 | 2C |
| Octal | 21 | 316 | 55 | 134 | 0 | 116 | 23 | 201 | 125 | 54 |
| Binary | 10001 | 11001110 | 101101 | 1011100 | 0 | 1001110 | 10011 | 10000001 | 1010101 | 101100 |
Color Harmonies of #11CE2D
Complementary color
Monochromatic Colors of #11CE2D
Black with #11CE2D
Text Example
Text Example
White with #11CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CE2D; }
p { color: rgb(17,206,45); }
H1.HeaderClassName
{
color: #11CE2D;
}
.AnyTagClassName
{
color: #11CE2D;
}
</style>
background-color css
<style>
a { background-color: #11CE2D; }
a { background-color: rgb(17,206,45); }
div.DivClassName
{
background-color: #11CE2D;
}
.BgClassName
{
background-color: #11CE2D;
}
</style>
border-color css
<style>
span { border-color: #11CE2D; }
span { border-color: rgb(17,206,45); }
td.TdClassName
{
border-color: #11CE2D;
}
.TagClassName
{
border-color: #11CE2D;
}
</style>