Shades of Pigment Green #11B255
Tints of Pigment Green #11B255
RGB
CMYK
RGB Variations
Color information
#11B255 (or 0x11B255) is known color: Pigment Green. HEX triplet: 11, B2 and 55. RGB value is (17,178,85). Sum of RGB (Red+Green+Blue) = 17+178+85=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #11B255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B255 is #EE4DAA. Grayscale: #777777. Windows color (decimal): -15617451 or 5616145. OLE color: 5616145.
HSL color Cylindrical-coordinate representation of color #11B255: hue angle of 145.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B255 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 85 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.30 |
| HSL | 145.34º | 0.83% | 0.38% | - |
| HSV(B) | 145.34º | 0.9% | 0.7% | - |
| XYZ | 17.79 | 32.62 | 13.95 | - |
| YUV | 119.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 85 | 0.90 | 0 | 0.52 | 0.30 | 145.34 | 0.83 | 0.38 |
| Hex | 11 | B2 | 55 | 5A | 0 | 34 | 1E | 91 | 53 | 26 |
| Octal | 21 | 262 | 125 | 132 | 0 | 64 | 36 | 221 | 123 | 46 |
| Binary | 10001 | 10110010 | 1010101 | 1011010 | 0 | 110100 | 11110 | 10010001 | 1010011 | 100110 |
Color Harmonies of #11B255
Complementary color
Monochromatic Colors of #11B255
Black with #11B255
Text Example
Text Example
White with #11B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B255; }
p { color: rgb(17,178,85); }
H1.HeaderClassName
{
color: #11B255;
}
.AnyTagClassName
{
color: #11B255;
}
</style>
background-color css
<style>
a { background-color: #11B255; }
a { background-color: rgb(17,178,85); }
div.DivClassName
{
background-color: #11B255;
}
.BgClassName
{
background-color: #11B255;
}
</style>
border-color css
<style>
span { border-color: #11B255; }
span { border-color: rgb(17,178,85); }
td.TdClassName
{
border-color: #11B255;
}
.TagClassName
{
border-color: #11B255;
}
</style>