Shades of Malachite #00C355
Tints of Malachite #00C355
RGB
CMYK
RGB Variations
Color information
#00C355 (or 0x00C355) is known color: Malachite. HEX triplet: 00, C3 and 55. RGB value is (0,195,85). Sum of RGB (Red+Green+Blue) = 0+195+85=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #00C355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C355 is #FF3CAA. Grayscale: #7C7C7C. Windows color (decimal): -16727211 or 5620480. OLE color: 5620480.
HSL color Cylindrical-coordinate representation of color #00C355: hue angle of 146.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C355 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 85 | - |
| CMYK | 1 | 0 | 0.56 | 0.24 |
| HSL | 146.15º | 1% | 0.38% | - |
| HSV(B) | 146.15º | 1% | 0.76% | - |
| XYZ | 21.15 | 39.69 | 15.14 | - |
| YUV | 124.16 | 105.9 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 85 | 1 | 0 | 0.56 | 0.24 | 146.15 | 1 | 0.38 |
| Hex | 0 | C3 | 55 | 64 | 0 | 38 | 18 | 92 | 64 | 26 |
| Octal | 0 | 303 | 125 | 144 | 0 | 70 | 30 | 222 | 144 | 46 |
| Binary | 0 | 11000011 | 1010101 | 1100100 | 0 | 111000 | 11000 | 10010010 | 1100100 | 100110 |
Color Harmonies of #00C355
Complementary color
Monochromatic Colors of #00C355
Black with #00C355
Text Example
Text Example
White with #00C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C355; }
p { color: rgb(0,195,85); }
H1.HeaderClassName
{
color: #00C355;
}
.AnyTagClassName
{
color: #00C355;
}
</style>
background-color css
<style>
a { background-color: #00C355; }
a { background-color: rgb(0,195,85); }
div.DivClassName
{
background-color: #00C355;
}
.BgClassName
{
background-color: #00C355;
}
</style>
border-color css
<style>
span { border-color: #00C355; }
span { border-color: rgb(0,195,85); }
td.TdClassName
{
border-color: #00C355;
}
.TagClassName
{
border-color: #00C355;
}
</style>