Shades of Dark Pastel Green #11BC4B
Tints of Dark Pastel Green #11BC4B
RGB
CMYK
RGB Variations
Color information
#11BC4B (or 0x11BC4B) is known color: Dark Pastel Green. HEX triplet: 11, BC and 4B. RGB value is (17,188,75). Sum of RGB (Red+Green+Blue) = 17+188+75=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BC4B is #EE43B4. Grayscale: #7C7C7C. Windows color (decimal): -15614901 or 4963345. OLE color: 4963345.
HSL color Cylindrical-coordinate representation of color #11BC4B: hue angle of 140.35º 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 #11BC4B is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 75 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.26 |
| HSL | 140.35º | 0.83% | 0.4% | - |
| HSV(B) | 140.35º | 0.91% | 0.74% | - |
| XYZ | 19.48 | 36.59 | 12.69 | - |
| YUV | 123.99 | 100.35 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 75 | 0.91 | 0 | 0.60 | 0.26 | 140.35 | 0.83 | 0.4 |
| Hex | 11 | BC | 4B | 5B | 0 | 3C | 1A | 8C | 53 | 28 |
| Octal | 21 | 274 | 113 | 133 | 0 | 74 | 32 | 214 | 123 | 50 |
| Binary | 10001 | 10111100 | 1001011 | 1011011 | 0 | 111100 | 11010 | 10001100 | 1010011 | 101000 |
Color Harmonies of #11BC4B
Complementary color
Monochromatic Colors of #11BC4B
Black with #11BC4B
Text Example
Text Example
White with #11BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC4B; }
p { color: rgb(17,188,75); }
H1.HeaderClassName
{
color: #11BC4B;
}
.AnyTagClassName
{
color: #11BC4B;
}
</style>
background-color css
<style>
a { background-color: #11BC4B; }
a { background-color: rgb(17,188,75); }
div.DivClassName
{
background-color: #11BC4B;
}
.BgClassName
{
background-color: #11BC4B;
}
</style>
border-color css
<style>
span { border-color: #11BC4B; }
span { border-color: rgb(17,188,75); }
td.TdClassName
{
border-color: #11BC4B;
}
.TagClassName
{
border-color: #11BC4B;
}
</style>