Shades of Malachite #02D569
Tints of Malachite #02D569
RGB
CMYK
RGB Variations
Color information
#02D569 (or 0x02D569) is known color: Malachite. HEX triplet: 02, D5 and 69. RGB value is (2,213,105). Sum of RGB (Red+Green+Blue) = 2+213+105=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #02D569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D569 is #FD2A96. Grayscale: #898989. Windows color (decimal): -16591511 or 6935810. OLE color: 6935810.
HSL color Cylindrical-coordinate representation of color #02D569: hue angle of 149.29º 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 #02D569 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 105 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.16 |
| HSL | 149.29º | 0.98% | 0.42% | - |
| HSV(B) | 149.29º | 0.99% | 0.84% | - |
| XYZ | 26.37 | 48.62 | 21.36 | - |
| YUV | 137.6 | 109.6 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 105 | 0.99 | 0 | 0.51 | 0.16 | 149.29 | 0.98 | 0.42 |
| Hex | 2 | D5 | 69 | 63 | 0 | 33 | 10 | 95 | 62 | 2A |
| Octal | 2 | 325 | 151 | 143 | 0 | 63 | 20 | 225 | 142 | 52 |
| Binary | 10 | 11010101 | 1101001 | 1100011 | 0 | 110011 | 10000 | 10010101 | 1100010 | 101010 |
Color Harmonies of #02D569
Complementary color
Monochromatic Colors of #02D569
Black with #02D569
Text Example
Text Example
White with #02D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D569; }
p { color: rgb(2,213,105); }
H1.HeaderClassName
{
color: #02D569;
}
.AnyTagClassName
{
color: #02D569;
}
</style>
background-color css
<style>
a { background-color: #02D569; }
a { background-color: rgb(2,213,105); }
div.DivClassName
{
background-color: #02D569;
}
.BgClassName
{
background-color: #02D569;
}
</style>
border-color css
<style>
span { border-color: #02D569; }
span { border-color: rgb(2,213,105); }
td.TdClassName
{
border-color: #02D569;
}
.TagClassName
{
border-color: #02D569;
}
</style>