Shades of Pigment Green #01BB55
Tints of Pigment Green #01BB55
RGB
CMYK
RGB Variations
Color information
#01BB55 (or 0x01BB55) is known color: Pigment Green. HEX triplet: 01, BB and 55. RGB value is (1,187,85). Sum of RGB (Red+Green+Blue) = 1+187+85=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BB55 is #FE44AA. Grayscale: #777777. Windows color (decimal): -16663723 or 5618433. OLE color: 5618433.
HSL color Cylindrical-coordinate representation of color #01BB55: hue angle of 147.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB55 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 85 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.27 |
| HSL | 147.1º | 0.99% | 0.37% | - |
| HSV(B) | 147.1º | 0.99% | 0.73% | - |
| XYZ | 19.42 | 36.2 | 14.56 | - |
| YUV | 119.76 | 108.38 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 85 | 0.99 | 0 | 0.55 | 0.27 | 147.1 | 0.99 | 0.37 |
| Hex | 1 | BB | 55 | 63 | 0 | 37 | 1B | 93 | 63 | 25 |
| Octal | 1 | 273 | 125 | 143 | 0 | 67 | 33 | 223 | 143 | 45 |
| Binary | 1 | 10111011 | 1010101 | 1100011 | 0 | 110111 | 11011 | 10010011 | 1100011 | 100101 |
Color Harmonies of #01BB55
Complementary color
Monochromatic Colors of #01BB55
Black with #01BB55
Text Example
Text Example
White with #01BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB55; }
p { color: rgb(1,187,85); }
H1.HeaderClassName
{
color: #01BB55;
}
.AnyTagClassName
{
color: #01BB55;
}
</style>
background-color css
<style>
a { background-color: #01BB55; }
a { background-color: rgb(1,187,85); }
div.DivClassName
{
background-color: #01BB55;
}
.BgClassName
{
background-color: #01BB55;
}
</style>
border-color css
<style>
span { border-color: #01BB55; }
span { border-color: rgb(1,187,85); }
td.TdClassName
{
border-color: #01BB55;
}
.TagClassName
{
border-color: #01BB55;
}
</style>