Html Css Color HEX #02DC5E Malachite

📋 copy color: '#02DC5E'

red 2 ◦ green 220 ◦ blue 94

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

Shades of Malachite #02DC5E

Tints of Malachite #02DC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 0.63%
G = 69.62%
B = 29.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#02DC5E (or 0x02DC5E) is known color: Malachite. HEX triplet: 02, DC and 5E. RGB value is (2,220,94). Sum of RGB (Red+Green+Blue) = 2+220+94=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC5E is #FD23A1. Grayscale: #8C8C8C. Windows color (decimal): -16589730 or 6216706. OLE color: 6216706.

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

Color convert

RGB 2 220 94 -
CMYK 0.99 0 0.57 0.14
HSL 145.32º 0.98% 0.44% -
HSV(B) 145.32º 0.99% 0.86% -
XYZ 27.64 52.01 19.17 -
YUV 140.45 101.78 29.25 -
System Red Green Blue C M Y K H S L
Decimal 2 220 94 0.99 0 0.57 0.14 145.32 0.98 0.44
Hex 2 DC 5E 63 0 39 E 91 62 2C
Octal 2 334 136 143 0 71 16 221 142 54
Binary 10 11011100 1011110 1100011 0 111001 1110 10010001 1100010 101100

Color Harmonies of #02DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC5E

Black with #02DC5E

Text Example


Text Example

White with #02DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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