Html Css Color HEX #00DC4E Malachite

📋 copy color: '#00DC4E'

red 0 ◦ green 220 ◦ blue 78

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

Shades of Malachite #00DC4E

Tints of Malachite #00DC4E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 0%
G = 73.83%
B = 26.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#00DC4E (or 0x00DC4E) is known color: Malachite. HEX triplet: 00, DC and 4E. RGB value is (0,220,78). Sum of RGB (Red+Green+Blue) = 0+220+78=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DC4E is #FF23B1. Grayscale: #8A8A8A. Windows color (decimal): -16720818 or 5168128. OLE color: 5168128.

HSL color Cylindrical-coordinate representation of color #00DC4E: hue angle of 141.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DC4E is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 78 -
CMYK 1 0 0.65 0.14
HSL 141.27º 1% 0.43% -
HSV(B) 141.27º 1% 0.86% -
XYZ 26.97 51.74 15.77 -
YUV 138.03 94.11 29.55 -
System Red Green Blue C M Y K H S L
Decimal 0 220 78 1 0 0.65 0.14 141.27 1 0.43
Hex 0 DC 4E 64 0 41 E 8D 64 2B
Octal 0 334 116 144 0 101 16 215 144 53
Binary 0 11011100 1001110 1100100 0 1000001 1110 10001101 1100100 101011

Color Harmonies of #00DC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DC4E

Black with #00DC4E

Text Example


Text Example

White with #00DC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DC4E; }

 p { color: rgb(0,220,78); }

 H1.HeaderClassName
 {
   color: #00DC4E;
 }
 .AnyTagClassName
 {
   color: #00DC4E;
 }
</style>

background-color css

<style>
 a { background-color: #00DC4E; }

 a { background-color: rgb(0,220,78); }

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

border-color css

<style>
 span { border-color: #00DC4E; }

 span { border-color: rgb(0,220,78); }

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