Shades of Malachite #00CD4A
Tints of Malachite #00CD4A
RGB
CMYK
RGB Variations
Color information
#00CD4A (or 0x00CD4A) is known color: Malachite. HEX triplet: 00, CD and 4A. RGB value is (0,205,74). Sum of RGB (Red+Green+Blue) = 0+205+74=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 205 (80.47% from 255 or 73.48% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CD4A is #FF32B5. Grayscale: #818181. Windows color (decimal): -16724662 or 4902144. OLE color: 4902144.
HSL color Cylindrical-coordinate representation of color #00CD4A: hue angle of 141.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CD4A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
RGB | 0 | 205 | 74 | - |
CMYK | 1 | 0 | 0.64 | 0.20 |
HSL | 141.66º | 1% | 0.4% | - |
HSV(B) | 141.66º | 1% | 0.8% | - |
XYZ | 23.07 | 44.16 | 13.79 | - |
YUV | 128.77 | 97.08 | 36.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 205 | 74 | 1 | 0 | 0.64 | 0.20 | 141.66 | 1 | 0.4 |
Hex | 0 | CD | 4A | 64 | 0 | 40 | 14 | 8E | 64 | 28 |
Octal | 0 | 315 | 112 | 144 | 0 | 100 | 24 | 216 | 144 | 50 |
Binary | 0 | 11001101 | 1001010 | 1100100 | 0 | 1000000 | 10100 | 10001110 | 1100100 | 101000 |
Color Harmonies of #00CD4A
Complementary color
Monochromatic Colors of #00CD4A
Black with #00CD4A
Text Example
Text Example
White with #00CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CD4A; }
p { color: rgb(0,205,74); }
H1.HeaderClassName
{
color: #00CD4A;
}
.AnyTagClassName
{
color: #00CD4A;
}
</style>
background-color css
<style>
a { background-color: #00CD4A; }
a { background-color: rgb(0,205,74); }
div.DivClassName
{
background-color: #00CD4A;
}
.BgClassName
{
background-color: #00CD4A;
}
</style>
border-color css
<style>
span { border-color: #00CD4A; }
span { border-color: rgb(0,205,74); }
td.TdClassName
{
border-color: #00CD4A;
}
.TagClassName
{
border-color: #00CD4A;
}
</style>