Html Css Color HEX #02DC72 Malachite

📋 copy color: '#02DC72'

red 2 ◦ green 220 ◦ blue 114

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

Shades of Malachite #02DC72

Tints of Malachite #02DC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 0.6%
G = 65.48%
B = 33.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#02DC72 (or 0x02DC72) is known color: Malachite. HEX triplet: 02, DC and 72. RGB value is (2,220,114). Sum of RGB (Red+Green+Blue) = 2+220+114=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC72 is #FD238D. Grayscale: #8E8E8E. Windows color (decimal): -16589710 or 7527426. OLE color: 7527426.

HSL color Cylindrical-coordinate representation of color #02DC72: hue angle of 150.83º 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 #02DC72 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 114 -
CMYK 0.99 0 0.48 0.14
HSL 150.83º 0.98% 0.44% -
HSV(B) 150.83º 0.99% 0.86% -
XYZ 28.66 52.41 24.53 -
YUV 142.73 111.78 27.62 -
System Red Green Blue C M Y K H S L
Decimal 2 220 114 0.99 0 0.48 0.14 150.83 0.98 0.44
Hex 2 DC 72 63 0 30 E 97 62 2C
Octal 2 334 162 143 0 60 16 227 142 54
Binary 10 11011100 1110010 1100011 0 110000 1110 10010111 1100010 101100

Color Harmonies of #02DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC72

Black with #02DC72

Text Example


Text Example

White with #02DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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