Shades of Malachite #02CE4B
Tints of Malachite #02CE4B
RGB
CMYK
RGB Variations
Color information
#02CE4B (or 0x02CE4B) is known color: Malachite. HEX triplet: 02, CE and 4B. RGB value is (2,206,75). Sum of RGB (Red+Green+Blue) = 2+206+75=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE4B is #FD31B4. Grayscale: #828282. Windows color (decimal): -16593333 or 4967938. OLE color: 4967938.
HSL color Cylindrical-coordinate representation of color #02CE4B: hue angle of 141.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE4B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 75 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.19 |
| HSL | 141.47º | 0.98% | 0.41% | - |
| HSV(B) | 141.47º | 0.99% | 0.81% | - |
| XYZ | 23.37 | 44.66 | 14.05 | - |
| YUV | 130.07 | 96.91 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 75 | 0.99 | 0 | 0.64 | 0.19 | 141.47 | 0.98 | 0.41 |
| Hex | 2 | CE | 4B | 63 | 0 | 40 | 13 | 8D | 62 | 29 |
| Octal | 2 | 316 | 113 | 143 | 0 | 100 | 23 | 215 | 142 | 51 |
| Binary | 10 | 11001110 | 1001011 | 1100011 | 0 | 1000000 | 10011 | 10001101 | 1100010 | 101001 |
Color Harmonies of #02CE4B
Complementary color
Monochromatic Colors of #02CE4B
Black with #02CE4B
Text Example
Text Example
White with #02CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE4B; }
p { color: rgb(2,206,75); }
H1.HeaderClassName
{
color: #02CE4B;
}
.AnyTagClassName
{
color: #02CE4B;
}
</style>
background-color css
<style>
a { background-color: #02CE4B; }
a { background-color: rgb(2,206,75); }
div.DivClassName
{
background-color: #02CE4B;
}
.BgClassName
{
background-color: #02CE4B;
}
</style>
border-color css
<style>
span { border-color: #02CE4B; }
span { border-color: rgb(2,206,75); }
td.TdClassName
{
border-color: #02CE4B;
}
.TagClassName
{
border-color: #02CE4B;
}
</style>