Shades of Malachite #02D553
Tints of Malachite #02D553
RGB
CMYK
RGB Variations
Color information
#02D553 (or 0x02D553) is known color: Malachite. HEX triplet: 02, D5 and 53. RGB value is (2,213,83). Sum of RGB (Red+Green+Blue) = 2+213+83=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #02D553 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D553 is #FD2AAC. Grayscale: #878787. Windows color (decimal): -16591533 or 5494018. OLE color: 5494018.
HSL color Cylindrical-coordinate representation of color #02D553: hue angle of 143.03º 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 #02D553 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 83 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.16 |
| HSL | 143.03º | 0.98% | 0.42% | - |
| HSV(B) | 143.03º | 0.99% | 0.84% | - |
| XYZ | 25.38 | 48.23 | 16.15 | - |
| YUV | 135.09 | 98.6 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 83 | 0.99 | 0 | 0.61 | 0.16 | 143.03 | 0.98 | 0.42 |
| Hex | 2 | D5 | 53 | 63 | 0 | 3D | 10 | 8F | 62 | 2A |
| Octal | 2 | 325 | 123 | 143 | 0 | 75 | 20 | 217 | 142 | 52 |
| Binary | 10 | 11010101 | 1010011 | 1100011 | 0 | 111101 | 10000 | 10001111 | 1100010 | 101010 |
Color Harmonies of #02D553
Complementary color
Monochromatic Colors of #02D553
Black with #02D553
Text Example
Text Example
White with #02D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D553; }
p { color: rgb(2,213,83); }
H1.HeaderClassName
{
color: #02D553;
}
.AnyTagClassName
{
color: #02D553;
}
</style>
background-color css
<style>
a { background-color: #02D553; }
a { background-color: rgb(2,213,83); }
div.DivClassName
{
background-color: #02D553;
}
.BgClassName
{
background-color: #02D553;
}
</style>
border-color css
<style>
span { border-color: #02D553; }
span { border-color: rgb(2,213,83); }
td.TdClassName
{
border-color: #02D553;
}
.TagClassName
{
border-color: #02D553;
}
</style>