Shades of Dark Pastel Green #11BC31
Tints of Dark Pastel Green #11BC31
RGB
CMYK
RGB Variations
Color information
#11BC31 (or 0x11BC31) is known color: Dark Pastel Green. HEX triplet: 11, BC and 31. RGB value is (17,188,49). Sum of RGB (Red+Green+Blue) = 17+188+49=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BC31 is #EE43CE. Grayscale: #797979. Windows color (decimal): -15614927 or 3259409. OLE color: 3259409.
HSL color Cylindrical-coordinate representation of color #11BC31: hue angle of 131.23º 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 #11BC31 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 49 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.26 |
| HSL | 131.23º | 0.83% | 0.4% | - |
| HSV(B) | 131.23º | 0.91% | 0.74% | - |
| XYZ | 18.77 | 36.31 | 8.92 | - |
| YUV | 121.03 | 87.35 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 49 | 0.91 | 0 | 0.74 | 0.26 | 131.23 | 0.83 | 0.4 |
| Hex | 11 | BC | 31 | 5B | 0 | 4A | 1A | 83 | 53 | 28 |
| Octal | 21 | 274 | 61 | 133 | 0 | 112 | 32 | 203 | 123 | 50 |
| Binary | 10001 | 10111100 | 110001 | 1011011 | 0 | 1001010 | 11010 | 10000011 | 1010011 | 101000 |
Color Harmonies of #11BC31
Complementary color
Monochromatic Colors of #11BC31
Black with #11BC31
Text Example
Text Example
White with #11BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC31; }
p { color: rgb(17,188,49); }
H1.HeaderClassName
{
color: #11BC31;
}
.AnyTagClassName
{
color: #11BC31;
}
</style>
background-color css
<style>
a { background-color: #11BC31; }
a { background-color: rgb(17,188,49); }
div.DivClassName
{
background-color: #11BC31;
}
.BgClassName
{
background-color: #11BC31;
}
</style>
border-color css
<style>
span { border-color: #11BC31; }
span { border-color: rgb(17,188,49); }
td.TdClassName
{
border-color: #11BC31;
}
.TagClassName
{
border-color: #11BC31;
}
</style>