Shades of Pigment Green #00C057
Tints of Pigment Green #00C057
RGB
CMYK
RGB Variations
Color information
#00C057 (or 0x00C057) is known color: Pigment Green. HEX triplet: 00, C0 and 57. RGB value is (0,192,87). Sum of RGB (Red+Green+Blue) = 0+192+87=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #00C057 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C057 is #FF3FA8. Grayscale: #7A7A7A. Windows color (decimal): -16727977 or 5750784. OLE color: 5750784.
HSL color Cylindrical-coordinate representation of color #00C057: hue angle of 147.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C057 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 87 | - |
| CMYK | 1 | 0 | 0.55 | 0.25 |
| HSL | 147.19º | 1% | 0.38% | - |
| HSV(B) | 147.19º | 1% | 0.75% | - |
| XYZ | 20.57 | 38.39 | 15.34 | - |
| YUV | 122.62 | 107.89 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 87 | 1 | 0 | 0.55 | 0.25 | 147.19 | 1 | 0.38 |
| Hex | 0 | C0 | 57 | 64 | 0 | 37 | 19 | 93 | 64 | 26 |
| Octal | 0 | 300 | 127 | 144 | 0 | 67 | 31 | 223 | 144 | 46 |
| Binary | 0 | 11000000 | 1010111 | 1100100 | 0 | 110111 | 11001 | 10010011 | 1100100 | 100110 |
Color Harmonies of #00C057
Complementary color
Monochromatic Colors of #00C057
Black with #00C057
Text Example
Text Example
White with #00C057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C057; }
p { color: rgb(0,192,87); }
H1.HeaderClassName
{
color: #00C057;
}
.AnyTagClassName
{
color: #00C057;
}
</style>
background-color css
<style>
a { background-color: #00C057; }
a { background-color: rgb(0,192,87); }
div.DivClassName
{
background-color: #00C057;
}
.BgClassName
{
background-color: #00C057;
}
</style>
border-color css
<style>
span { border-color: #00C057; }
span { border-color: rgb(0,192,87); }
td.TdClassName
{
border-color: #00C057;
}
.TagClassName
{
border-color: #00C057;
}
</style>