Shades of Dark Pastel Green #11BC38
Tints of Dark Pastel Green #11BC38
RGB
CMYK
RGB Variations
Color information
#11BC38 (or 0x11BC38) is known color: Dark Pastel Green. HEX triplet: 11, BC and 38. RGB value is (17,188,56). Sum of RGB (Red+Green+Blue) = 17+188+56=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BC38 is #EE43C7. Grayscale: #7A7A7A. Windows color (decimal): -15614920 or 3718161. OLE color: 3718161.
HSL color Cylindrical-coordinate representation of color #11BC38: hue angle of 133.68º 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 #11BC38 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 56 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.26 |
| HSL | 133.68º | 0.83% | 0.4% | - |
| HSV(B) | 133.68º | 0.91% | 0.74% | - |
| XYZ | 18.93 | 36.37 | 9.76 | - |
| YUV | 121.82 | 90.85 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 56 | 0.91 | 0 | 0.70 | 0.26 | 133.68 | 0.83 | 0.4 |
| Hex | 11 | BC | 38 | 5B | 0 | 46 | 1A | 86 | 53 | 28 |
| Octal | 21 | 274 | 70 | 133 | 0 | 106 | 32 | 206 | 123 | 50 |
| Binary | 10001 | 10111100 | 111000 | 1011011 | 0 | 1000110 | 11010 | 10000110 | 1010011 | 101000 |
Color Harmonies of #11BC38
Complementary color
Monochromatic Colors of #11BC38
Black with #11BC38
Text Example
Text Example
White with #11BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC38; }
p { color: rgb(17,188,56); }
H1.HeaderClassName
{
color: #11BC38;
}
.AnyTagClassName
{
color: #11BC38;
}
</style>
background-color css
<style>
a { background-color: #11BC38; }
a { background-color: rgb(17,188,56); }
div.DivClassName
{
background-color: #11BC38;
}
.BgClassName
{
background-color: #11BC38;
}
</style>
border-color css
<style>
span { border-color: #11BC38; }
span { border-color: rgb(17,188,56); }
td.TdClassName
{
border-color: #11BC38;
}
.TagClassName
{
border-color: #11BC38;
}
</style>