Shades of Pigment Green #00BC51
Tints of Pigment Green #00BC51
RGB
CMYK
RGB Variations
Color information
#00BC51 (or 0x00BC51) is known color: Pigment Green. HEX triplet: 00, BC and 51. RGB value is (0,188,81). Sum of RGB (Red+Green+Blue) = 0+188+81=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC51 is #FF43AE. Grayscale: #777777. Windows color (decimal): -16729007 or 5356544. OLE color: 5356544.
HSL color Cylindrical-coordinate representation of color #00BC51: hue angle of 145.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC51 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 81 | - |
| CMYK | 1 | 0 | 0.57 | 0.26 |
| HSL | 145.85º | 1% | 0.37% | - |
| HSV(B) | 145.85º | 1% | 0.74% | - |
| XYZ | 19.47 | 36.56 | 13.82 | - |
| YUV | 119.59 | 106.22 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 81 | 1 | 0 | 0.57 | 0.26 | 145.85 | 1 | 0.37 |
| Hex | 0 | BC | 51 | 64 | 0 | 39 | 1A | 92 | 64 | 25 |
| Octal | 0 | 274 | 121 | 144 | 0 | 71 | 32 | 222 | 144 | 45 |
| Binary | 0 | 10111100 | 1010001 | 1100100 | 0 | 111001 | 11010 | 10010010 | 1100100 | 100101 |
Color Harmonies of #00BC51
Complementary color
Monochromatic Colors of #00BC51
Black with #00BC51
Text Example
Text Example
White with #00BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC51; }
p { color: rgb(0,188,81); }
H1.HeaderClassName
{
color: #00BC51;
}
.AnyTagClassName
{
color: #00BC51;
}
</style>
background-color css
<style>
a { background-color: #00BC51; }
a { background-color: rgb(0,188,81); }
div.DivClassName
{
background-color: #00BC51;
}
.BgClassName
{
background-color: #00BC51;
}
</style>
border-color css
<style>
span { border-color: #00BC51; }
span { border-color: rgb(0,188,81); }
td.TdClassName
{
border-color: #00BC51;
}
.TagClassName
{
border-color: #00BC51;
}
</style>