Shades of Malachite #02D543
Tints of Malachite #02D543
RGB
CMYK
RGB Variations
Color information
#02D543 (or 0x02D543) is known color: Malachite. HEX triplet: 02, D5 and 43. RGB value is (2,213,67). Sum of RGB (Red+Green+Blue) = 2+213+67=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #02D543 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D543 is #FD2ABC. Grayscale: #858585. Windows color (decimal): -16591549 or 4445442. OLE color: 4445442.
HSL color Cylindrical-coordinate representation of color #02D543: hue angle of 138.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D543 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 67 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.16 |
| HSL | 138.48º | 0.98% | 0.42% | - |
| HSV(B) | 138.48º | 0.99% | 0.84% | - |
| XYZ | 24.83 | 48.01 | 13.27 | - |
| YUV | 133.27 | 90.6 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 67 | 0.99 | 0 | 0.69 | 0.16 | 138.48 | 0.98 | 0.42 |
| Hex | 2 | D5 | 43 | 63 | 0 | 45 | 10 | 8A | 62 | 2A |
| Octal | 2 | 325 | 103 | 143 | 0 | 105 | 20 | 212 | 142 | 52 |
| Binary | 10 | 11010101 | 1000011 | 1100011 | 0 | 1000101 | 10000 | 10001010 | 1100010 | 101010 |
Color Harmonies of #02D543
Complementary color
Monochromatic Colors of #02D543
Black with #02D543
Text Example
Text Example
White with #02D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D543; }
p { color: rgb(2,213,67); }
H1.HeaderClassName
{
color: #02D543;
}
.AnyTagClassName
{
color: #02D543;
}
</style>
background-color css
<style>
a { background-color: #02D543; }
a { background-color: rgb(2,213,67); }
div.DivClassName
{
background-color: #02D543;
}
.BgClassName
{
background-color: #02D543;
}
</style>
border-color css
<style>
span { border-color: #02D543; }
span { border-color: rgb(2,213,67); }
td.TdClassName
{
border-color: #02D543;
}
.TagClassName
{
border-color: #02D543;
}
</style>