Shades of Dark Pastel Green #11BD40
Tints of Dark Pastel Green #11BD40
RGB
CMYK
RGB Variations
Color information
#11BD40 (or 0x11BD40) is known color: Dark Pastel Green. HEX triplet: 11, BD and 40. RGB value is (17,189,64). Sum of RGB (Red+Green+Blue) = 17+189+64=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BD40 is #EE42BF. Grayscale: #7B7B7B. Windows color (decimal): -15614656 or 4242705. OLE color: 4242705.
HSL color Cylindrical-coordinate representation of color #11BD40: hue angle of 136.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BD40 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 64 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.26 |
| HSL | 136.4º | 0.83% | 0.4% | - |
| HSV(B) | 136.4º | 0.91% | 0.74% | - |
| XYZ | 19.35 | 36.88 | 10.95 | - |
| YUV | 123.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 64 | 0.91 | 0 | 0.66 | 0.26 | 136.4 | 0.83 | 0.4 |
| Hex | 11 | BD | 40 | 5B | 0 | 42 | 1A | 88 | 53 | 28 |
| Octal | 21 | 275 | 100 | 133 | 0 | 102 | 32 | 210 | 123 | 50 |
| Binary | 10001 | 10111101 | 1000000 | 1011011 | 0 | 1000010 | 11010 | 10001000 | 1010011 | 101000 |
Color Harmonies of #11BD40
Complementary color
Monochromatic Colors of #11BD40
Black with #11BD40
Text Example
Text Example
White with #11BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD40; }
p { color: rgb(17,189,64); }
H1.HeaderClassName
{
color: #11BD40;
}
.AnyTagClassName
{
color: #11BD40;
}
</style>
background-color css
<style>
a { background-color: #11BD40; }
a { background-color: rgb(17,189,64); }
div.DivClassName
{
background-color: #11BD40;
}
.BgClassName
{
background-color: #11BD40;
}
</style>
border-color css
<style>
span { border-color: #11BD40; }
span { border-color: rgb(17,189,64); }
td.TdClassName
{
border-color: #11BD40;
}
.TagClassName
{
border-color: #11BD40;
}
</style>