Shades of Pigment Green #11BD5B
Tints of Pigment Green #11BD5B
RGB
CMYK
RGB Variations
Color information
#11BD5B (or 0x11BD5B) is known color: Pigment Green. HEX triplet: 11, BD and 5B. RGB value is (17,189,91). Sum of RGB (Red+Green+Blue) = 17+189+91=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BD5B is #EE42A4. Grayscale: #7E7E7E. Windows color (decimal): -15614629 or 6012177. OLE color: 6012177.
HSL color Cylindrical-coordinate representation of color #11BD5B: hue angle of 145.81º 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 #11BD5B is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 91 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.26 |
| HSL | 145.81º | 0.83% | 0.4% | - |
| HSV(B) | 145.81º | 0.91% | 0.74% | - |
| XYZ | 20.32 | 37.27 | 16.02 | - |
| YUV | 126.4 | 108.02 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 91 | 0.91 | 0 | 0.52 | 0.26 | 145.81 | 0.83 | 0.4 |
| Hex | 11 | BD | 5B | 5B | 0 | 34 | 1A | 92 | 53 | 28 |
| Octal | 21 | 275 | 133 | 133 | 0 | 64 | 32 | 222 | 123 | 50 |
| Binary | 10001 | 10111101 | 1011011 | 1011011 | 0 | 110100 | 11010 | 10010010 | 1010011 | 101000 |
Color Harmonies of #11BD5B
Complementary color
Monochromatic Colors of #11BD5B
Black with #11BD5B
Text Example
Text Example
White with #11BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD5B; }
p { color: rgb(17,189,91); }
H1.HeaderClassName
{
color: #11BD5B;
}
.AnyTagClassName
{
color: #11BD5B;
}
</style>
background-color css
<style>
a { background-color: #11BD5B; }
a { background-color: rgb(17,189,91); }
div.DivClassName
{
background-color: #11BD5B;
}
.BgClassName
{
background-color: #11BD5B;
}
</style>
border-color css
<style>
span { border-color: #11BD5B; }
span { border-color: rgb(17,189,91); }
td.TdClassName
{
border-color: #11BD5B;
}
.TagClassName
{
border-color: #11BD5B;
}
</style>