Shades of Malachite #02D65C
Tints of Malachite #02D65C
RGB
CMYK
RGB Variations
Color information
#02D65C (or 0x02D65C) is known color: Malachite. HEX triplet: 02, D6 and 5C. RGB value is (2,214,92). Sum of RGB (Red+Green+Blue) = 2+214+92=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #02D65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D65C is #FD29A3. Grayscale: #888888. Windows color (decimal): -16591268 or 6084098. OLE color: 6084098.
HSL color Cylindrical-coordinate representation of color #02D65C: hue angle of 145.47º 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 #02D65C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 92 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.16 |
| HSL | 145.47º | 0.98% | 0.42% | - |
| HSV(B) | 145.47º | 0.99% | 0.84% | - |
| XYZ | 26 | 48.88 | 18.19 | - |
| YUV | 136.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 92 | 0.99 | 0 | 0.57 | 0.16 | 145.47 | 0.98 | 0.42 |
| Hex | 2 | D6 | 5C | 63 | 0 | 39 | 10 | 91 | 62 | 2A |
| Octal | 2 | 326 | 134 | 143 | 0 | 71 | 20 | 221 | 142 | 52 |
| Binary | 10 | 11010110 | 1011100 | 1100011 | 0 | 111001 | 10000 | 10010001 | 1100010 | 101010 |
Color Harmonies of #02D65C
Complementary color
Monochromatic Colors of #02D65C
Black with #02D65C
Text Example
Text Example
White with #02D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D65C; }
p { color: rgb(2,214,92); }
H1.HeaderClassName
{
color: #02D65C;
}
.AnyTagClassName
{
color: #02D65C;
}
</style>
background-color css
<style>
a { background-color: #02D65C; }
a { background-color: rgb(2,214,92); }
div.DivClassName
{
background-color: #02D65C;
}
.BgClassName
{
background-color: #02D65C;
}
</style>
border-color css
<style>
span { border-color: #02D65C; }
span { border-color: rgb(2,214,92); }
td.TdClassName
{
border-color: #02D65C;
}
.TagClassName
{
border-color: #02D65C;
}
</style>