Html Css Color HEX #02DC65 Malachite

📋 copy color: '#02DC65'

red 2 ◦ green 220 ◦ blue 101

#02DC65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #02DC65

Tints of Malachite #02DC65

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 220 (86.33% from 255) = 68.11%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 0.62%
G = 68.11%
B = 31.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02DC65 (or 0x02DC65) is known color: Malachite. HEX triplet: 02, DC and 65. RGB value is (2,220,101). Sum of RGB (Red+Green+Blue) = 2+220+101=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC65 is #FD239A. Grayscale: #8D8D8D. Windows color (decimal): -16589723 or 6675458. OLE color: 6675458.

HSL color Cylindrical-coordinate representation of color #02DC65: hue angle of 147.25º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC65 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 101 -
CMYK 0.99 0 0.54 0.14
HSL 147.25º 0.98% 0.44% -
HSV(B) 147.25º 0.99% 0.86% -
XYZ 27.97 52.14 20.9 -
YUV 141.25 105.28 28.68 -
System Red Green Blue C M Y K H S L
Decimal 2 220 101 0.99 0 0.54 0.14 147.25 0.98 0.44
Hex 2 DC 65 63 0 36 E 93 62 2C
Octal 2 334 145 143 0 66 16 223 142 54
Binary 10 11011100 1100101 1100011 0 110110 1110 10010011 1100010 101100

Color Harmonies of #02DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC65

Black with #02DC65

Text Example


Text Example

White with #02DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02DC65; }

 p { color: rgb(2,220,101); }

 H1.HeaderClassName
 {
   color: #02DC65;
 }
 .AnyTagClassName
 {
   color: #02DC65;
 }
</style>

background-color css

<style>
 a { background-color: #02DC65; }

 a { background-color: rgb(2,220,101); }

 div.DivClassName
 {
   background-color: #02DC65;
 }
 .BgClassName
 {
   background-color: #02DC65;
 }
</style>

border-color css

<style>
 span { border-color: #02DC65; }

 span { border-color: rgb(2,220,101); }

 td.TdClassName
 {
   border-color: #02DC65;
 }
 .TagClassName
 {
   border-color: #02DC65;
 }
</style>