Shades of Malachite #04CE50
Tints of Malachite #04CE50
RGB
CMYK
RGB Variations
Color information
#04CE50 (or 0x04CE50) is known color: Malachite. HEX triplet: 04, CE and 50. RGB value is (4,206,80). Sum of RGB (Red+Green+Blue) = 4+206+80=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CE50 is #FB31AF. Grayscale: #838383. Windows color (decimal): -16462256 or 5295620. OLE color: 5295620.
HSL color Cylindrical-coordinate representation of color #04CE50: hue angle of 142.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE50 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 80 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.19 |
| HSL | 142.57º | 0.96% | 0.41% | - |
| HSV(B) | 142.57º | 0.98% | 0.81% | - |
| XYZ | 23.57 | 44.75 | 14.98 | - |
| YUV | 131.24 | 99.08 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 80 | 0.98 | 0 | 0.61 | 0.19 | 142.57 | 0.96 | 0.41 |
| Hex | 4 | CE | 50 | 62 | 0 | 3D | 13 | 8F | 60 | 29 |
| Octal | 4 | 316 | 120 | 142 | 0 | 75 | 23 | 217 | 140 | 51 |
| Binary | 100 | 11001110 | 1010000 | 1100010 | 0 | 111101 | 10011 | 10001111 | 1100000 | 101001 |
Color Harmonies of #04CE50
Complementary color
Monochromatic Colors of #04CE50
Black with #04CE50
Text Example
Text Example
White with #04CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE50; }
p { color: rgb(4,206,80); }
H1.HeaderClassName
{
color: #04CE50;
}
.AnyTagClassName
{
color: #04CE50;
}
</style>
background-color css
<style>
a { background-color: #04CE50; }
a { background-color: rgb(4,206,80); }
div.DivClassName
{
background-color: #04CE50;
}
.BgClassName
{
background-color: #04CE50;
}
</style>
border-color css
<style>
span { border-color: #04CE50; }
span { border-color: rgb(4,206,80); }
td.TdClassName
{
border-color: #04CE50;
}
.TagClassName
{
border-color: #04CE50;
}
</style>