Shades of Malachite #02DD68
Tints of Malachite #02DD68
RGB
CMYK
RGB Variations
Color information
#02DD68 (or 0x02DD68) is known color: Malachite. HEX triplet: 02, DD and 68. RGB value is (2,221,104). Sum of RGB (Red+Green+Blue) = 2+221+104=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD68 is #FD2297. Grayscale: #8E8E8E. Windows color (decimal): -16589464 or 6872322. OLE color: 6872322.
HSL color Cylindrical-coordinate representation of color #02DD68: hue angle of 147.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD68 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 104 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.13 |
| HSL | 147.95º | 0.98% | 0.44% | - |
| HSV(B) | 147.95º | 0.99% | 0.87% | - |
| XYZ | 28.38 | 52.73 | 21.78 | - |
| YUV | 142.18 | 106.45 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 104 | 0.99 | 0 | 0.53 | 0.13 | 147.95 | 0.98 | 0.44 |
| Hex | 2 | DD | 68 | 63 | 0 | 35 | D | 94 | 62 | 2C |
| Octal | 2 | 335 | 150 | 143 | 0 | 65 | 15 | 224 | 142 | 54 |
| Binary | 10 | 11011101 | 1101000 | 1100011 | 0 | 110101 | 1101 | 10010100 | 1100010 | 101100 |
Color Harmonies of #02DD68
Complementary color
Monochromatic Colors of #02DD68
Black with #02DD68
Text Example
Text Example
White with #02DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD68; }
p { color: rgb(2,221,104); }
H1.HeaderClassName
{
color: #02DD68;
}
.AnyTagClassName
{
color: #02DD68;
}
</style>
background-color css
<style>
a { background-color: #02DD68; }
a { background-color: rgb(2,221,104); }
div.DivClassName
{
background-color: #02DD68;
}
.BgClassName
{
background-color: #02DD68;
}
</style>
border-color css
<style>
span { border-color: #02DD68; }
span { border-color: rgb(2,221,104); }
td.TdClassName
{
border-color: #02DD68;
}
.TagClassName
{
border-color: #02DD68;
}
</style>