Shades of Pigment Green #11B05D
Tints of Pigment Green #11B05D
RGB
CMYK
RGB Variations
Color information
#11B05D (or 0x11B05D) is known color: Pigment Green. HEX triplet: 11, B0 and 5D. RGB value is (17,176,93). Sum of RGB (Red+Green+Blue) = 17+176+93=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #11B05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B05D is #EE4FA2. Grayscale: #777777. Windows color (decimal): -15617955 or 6139921. OLE color: 6139921.
HSL color Cylindrical-coordinate representation of color #11B05D: hue angle of 148.68º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B05D is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 176 | 93 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.31 |
| HSL | 148.68º | 0.82% | 0.38% | - |
| HSV(B) | 148.68º | 0.9% | 0.69% | - |
| XYZ | 17.73 | 31.96 | 15.59 | - |
| YUV | 119 | 113.32 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 93 | 0.90 | 0 | 0.47 | 0.31 | 148.68 | 0.82 | 0.38 |
| Hex | 11 | B0 | 5D | 5A | 0 | 2F | 1F | 95 | 52 | 26 |
| Octal | 21 | 260 | 135 | 132 | 0 | 57 | 37 | 225 | 122 | 46 |
| Binary | 10001 | 10110000 | 1011101 | 1011010 | 0 | 101111 | 11111 | 10010101 | 1010010 | 100110 |
Color Harmonies of #11B05D
Complementary color
Monochromatic Colors of #11B05D
Black with #11B05D
Text Example
Text Example
White with #11B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B05D; }
p { color: rgb(17,176,93); }
H1.HeaderClassName
{
color: #11B05D;
}
.AnyTagClassName
{
color: #11B05D;
}
</style>
background-color css
<style>
a { background-color: #11B05D; }
a { background-color: rgb(17,176,93); }
div.DivClassName
{
background-color: #11B05D;
}
.BgClassName
{
background-color: #11B05D;
}
</style>
border-color css
<style>
span { border-color: #11B05D; }
span { border-color: rgb(17,176,93); }
td.TdClassName
{
border-color: #11B05D;
}
.TagClassName
{
border-color: #11B05D;
}
</style>