Shades of Malachite #02D55C
Tints of Malachite #02D55C
RGB
CMYK
RGB Variations
Color information
#02D55C (or 0x02D55C) is known color: Malachite. HEX triplet: 02, D5 and 5C. RGB value is (2,213,92). Sum of RGB (Red+Green+Blue) = 2+213+92=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #02D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D55C is #FD2AA3. Grayscale: #888888. Windows color (decimal): -16591524 or 6083842. OLE color: 6083842.
HSL color Cylindrical-coordinate representation of color #02D55C: hue angle of 145.59º 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 #02D55C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
RGB | 2 | 213 | 92 | - |
CMYK | 0.99 | 0 | 0.57 | 0.16 |
HSL | 145.59º | 0.98% | 0.42% | - |
HSV(B) | 145.59º | 0.99% | 0.84% | - |
XYZ | 25.75 | 48.37 | 18.11 | - |
YUV | 136.12 | 103.1 | 32.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 213 | 92 | 0.99 | 0 | 0.57 | 0.16 | 145.59 | 0.98 | 0.42 |
Hex | 2 | D5 | 5C | 63 | 0 | 39 | 10 | 92 | 62 | 2A |
Octal | 2 | 325 | 134 | 143 | 0 | 71 | 20 | 222 | 142 | 52 |
Binary | 10 | 11010101 | 1011100 | 1100011 | 0 | 111001 | 10000 | 10010010 | 1100010 | 101010 |
Color Harmonies of #02D55C
Complementary color
Monochromatic Colors of #02D55C
Black with #02D55C
Text Example
Text Example
White with #02D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D55C; }
p { color: rgb(2,213,92); }
H1.HeaderClassName
{
color: #02D55C;
}
.AnyTagClassName
{
color: #02D55C;
}
</style>
background-color css
<style>
a { background-color: #02D55C; }
a { background-color: rgb(2,213,92); }
div.DivClassName
{
background-color: #02D55C;
}
.BgClassName
{
background-color: #02D55C;
}
</style>
border-color css
<style>
span { border-color: #02D55C; }
span { border-color: rgb(2,213,92); }
td.TdClassName
{
border-color: #02D55C;
}
.TagClassName
{
border-color: #02D55C;
}
</style>