Shades of Malachite #02DF35
Tints of Malachite #02DF35
RGB
CMYK
RGB Variations
Color information
#02DF35 (or 0x02DF35) is known color: Malachite. HEX triplet: 02, DF and 35. RGB value is (2,223,53). Sum of RGB (Red+Green+Blue) = 2+223+53=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF35 is #FD20CA. Grayscale: #8A8A8A. Windows color (decimal): -16589003 or 3530498. OLE color: 3530498.
HSL color Cylindrical-coordinate representation of color #02DF35: hue angle of 133.85º 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 #02DF35 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 53 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.13 |
| HSL | 133.85º | 0.98% | 0.44% | - |
| HSV(B) | 133.85º | 0.99% | 0.87% | - |
| XYZ | 27.06 | 53.05 | 12.18 | - |
| YUV | 137.54 | 80.28 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 53 | 0.99 | 0 | 0.76 | 0.13 | 133.85 | 0.98 | 0.44 |
| Hex | 2 | DF | 35 | 63 | 0 | 4C | D | 86 | 62 | 2C |
| Octal | 2 | 337 | 65 | 143 | 0 | 114 | 15 | 206 | 142 | 54 |
| Binary | 10 | 11011111 | 110101 | 1100011 | 0 | 1001100 | 1101 | 10000110 | 1100010 | 101100 |
Color Harmonies of #02DF35
Complementary color
Monochromatic Colors of #02DF35
Black with #02DF35
Text Example
Text Example
White with #02DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF35; }
p { color: rgb(2,223,53); }
H1.HeaderClassName
{
color: #02DF35;
}
.AnyTagClassName
{
color: #02DF35;
}
</style>
background-color css
<style>
a { background-color: #02DF35; }
a { background-color: rgb(2,223,53); }
div.DivClassName
{
background-color: #02DF35;
}
.BgClassName
{
background-color: #02DF35;
}
</style>
border-color css
<style>
span { border-color: #02DF35; }
span { border-color: rgb(2,223,53); }
td.TdClassName
{
border-color: #02DF35;
}
.TagClassName
{
border-color: #02DF35;
}
</style>