Shades of Malachite #02E955
Tints of Malachite #02E955
RGB
CMYK
RGB Variations
Color information
#02E955 (or 0x02E955) is known color: Malachite. HEX triplet: 02, E9 and 55. RGB value is (2,233,85). Sum of RGB (Red+Green+Blue) = 2+233+85=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #02E955 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E955 is #FD16AA. Grayscale: #939393. Windows color (decimal): -16586411 or 5630210. OLE color: 5630210.
HSL color Cylindrical-coordinate representation of color #02E955: hue angle of 141.56º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E955 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 85 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.09 |
| HSL | 141.56º | 0.98% | 0.46% | - |
| HSV(B) | 141.56º | 0.99% | 0.91% | - |
| XYZ | 30.8 | 58.95 | 18.35 | - |
| YUV | 147.06 | 92.97 | 24.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 85 | 0.99 | 0 | 0.64 | 0.09 | 141.56 | 0.98 | 0.46 |
| Hex | 2 | E9 | 55 | 63 | 0 | 40 | 9 | 8E | 62 | 2E |
| Octal | 2 | 351 | 125 | 143 | 0 | 100 | 11 | 216 | 142 | 56 |
| Binary | 10 | 11101001 | 1010101 | 1100011 | 0 | 1000000 | 1001 | 10001110 | 1100010 | 101110 |
Color Harmonies of #02E955
Complementary color
Monochromatic Colors of #02E955
Black with #02E955
Text Example
Text Example
White with #02E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E955; }
p { color: rgb(2,233,85); }
H1.HeaderClassName
{
color: #02E955;
}
.AnyTagClassName
{
color: #02E955;
}
</style>
background-color css
<style>
a { background-color: #02E955; }
a { background-color: rgb(2,233,85); }
div.DivClassName
{
background-color: #02E955;
}
.BgClassName
{
background-color: #02E955;
}
</style>
border-color css
<style>
span { border-color: #02E955; }
span { border-color: rgb(2,233,85); }
td.TdClassName
{
border-color: #02E955;
}
.TagClassName
{
border-color: #02E955;
}
</style>