Shades of Dark Pastel Green #11BB41
Tints of Dark Pastel Green #11BB41
RGB
CMYK
RGB Variations
Color information
#11BB41 (or 0x11BB41) is known color: Dark Pastel Green. HEX triplet: 11, BB and 41. RGB value is (17,187,65). Sum of RGB (Red+Green+Blue) = 17+187+65=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 187 (73.44% from 255 or 69.52% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 187 - color contains mainly: green. Hex color #11BB41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BB41 is #EE44BE. Grayscale: #7A7A7A. Windows color (decimal): -15615167 or 4307729. OLE color: 4307729.
HSL color Cylindrical-coordinate representation of color #11BB41: hue angle of 136.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BB41 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 187 | 65 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.27 |
| HSL | 136.94º | 0.83% | 0.4% | - |
| HSV(B) | 136.94º | 0.91% | 0.73% | - |
| XYZ | 18.96 | 36.04 | 10.96 | - |
| YUV | 122.26 | 95.68 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 65 | 0.91 | 0 | 0.65 | 0.27 | 136.94 | 0.83 | 0.4 |
| Hex | 11 | BB | 41 | 5B | 0 | 41 | 1B | 89 | 53 | 28 |
| Octal | 21 | 273 | 101 | 133 | 0 | 101 | 33 | 211 | 123 | 50 |
| Binary | 10001 | 10111011 | 1000001 | 1011011 | 0 | 1000001 | 11011 | 10001001 | 1010011 | 101000 |
Color Harmonies of #11BB41
Complementary color
Monochromatic Colors of #11BB41
Black with #11BB41
Text Example
Text Example
White with #11BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BB41; }
p { color: rgb(17,187,65); }
H1.HeaderClassName
{
color: #11BB41;
}
.AnyTagClassName
{
color: #11BB41;
}
</style>
background-color css
<style>
a { background-color: #11BB41; }
a { background-color: rgb(17,187,65); }
div.DivClassName
{
background-color: #11BB41;
}
.BgClassName
{
background-color: #11BB41;
}
</style>
border-color css
<style>
span { border-color: #11BB41; }
span { border-color: rgb(17,187,65); }
td.TdClassName
{
border-color: #11BB41;
}
.TagClassName
{
border-color: #11BB41;
}
</style>