Shades of Pigment Green #01BB53
Tints of Pigment Green #01BB53
RGB
CMYK
RGB Variations
Color information
#01BB53 (or 0x01BB53) is known color: Pigment Green. HEX triplet: 01, BB and 53. RGB value is (1,187,83). Sum of RGB (Red+Green+Blue) = 1+187+83=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 187 (73.44% from 255 or 69.00% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BB53 is #FE44AC. Grayscale: #777777. Windows color (decimal): -16663725 or 5487361. OLE color: 5487361.
HSL color Cylindrical-coordinate representation of color #01BB53: hue angle of 146.45º 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 #01BB53 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 83 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.27 |
| HSL | 146.45º | 0.99% | 0.37% | - |
| HSV(B) | 146.45º | 0.99% | 0.73% | - |
| XYZ | 19.34 | 36.17 | 14.15 | - |
| YUV | 119.53 | 107.38 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 83 | 0.99 | 0 | 0.56 | 0.27 | 146.45 | 0.99 | 0.37 |
| Hex | 1 | BB | 53 | 63 | 0 | 38 | 1B | 92 | 63 | 25 |
| Octal | 1 | 273 | 123 | 143 | 0 | 70 | 33 | 222 | 143 | 45 |
| Binary | 1 | 10111011 | 1010011 | 1100011 | 0 | 111000 | 11011 | 10010010 | 1100011 | 100101 |
Color Harmonies of #01BB53
Complementary color
Monochromatic Colors of #01BB53
Black with #01BB53
Text Example
Text Example
White with #01BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB53; }
p { color: rgb(1,187,83); }
H1.HeaderClassName
{
color: #01BB53;
}
.AnyTagClassName
{
color: #01BB53;
}
</style>
background-color css
<style>
a { background-color: #01BB53; }
a { background-color: rgb(1,187,83); }
div.DivClassName
{
background-color: #01BB53;
}
.BgClassName
{
background-color: #01BB53;
}
</style>
border-color css
<style>
span { border-color: #01BB53; }
span { border-color: rgb(1,187,83); }
td.TdClassName
{
border-color: #01BB53;
}
.TagClassName
{
border-color: #01BB53;
}
</style>