Html Css Color HEX #20ED6D Malachite

📋 copy color: '#20ED6D'

red 32 ◦ green 237 ◦ blue 109

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

Shades of Malachite #20ED6D

Tints of Malachite #20ED6D

RGB

 RED value IS 32 (12.89% from 255) = 8.47%

 GREEN value IS 237 (92.97% from 255) = 62.7%

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 8.47%
G = 62.7%
B = 28.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#20ED6D (or 0x20ED6D) is known color: Malachite. HEX triplet: 20, ED and 6D. RGB value is (32,237,109). Sum of RGB (Red+Green+Blue) = 32+237+109=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED6D is #DF1292. Grayscale: #A1A1A1. Windows color (decimal): -14619283 or 7204128. OLE color: 7204128.

HSL color Cylindrical-coordinate representation of color #20ED6D: hue angle of 142.54º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ED6D is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 237 109 -
CMYK 0.86 0 0.54 0.07
HSL 142.54º 0.85% 0.53% -
HSV(B) 142.54º 0.86% 0.93% -
XYZ 33.64 61.98 24.66 -
YUV 161.11 98.58 35.91 -
System Red Green Blue C M Y K H S L
Decimal 32 237 109 0.86 0 0.54 0.07 142.54 0.85 0.53
Hex 20 ED 6D 56 0 36 7 8F 55 35
Octal 40 355 155 126 0 66 7 217 125 65
Binary 100000 11101101 1101101 1010110 0 110110 111 10001111 1010101 110101

Color Harmonies of #20ED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ED6D

Black with #20ED6D

Text Example


Text Example

White with #20ED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20ED6D; }

 p { color: rgb(32,237,109); }

 H1.HeaderClassName
 {
   color: #20ED6D;
 }
 .AnyTagClassName
 {
   color: #20ED6D;
 }
</style>

background-color css

<style>
 a { background-color: #20ED6D; }

 a { background-color: rgb(32,237,109); }

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

border-color css

<style>
 span { border-color: #20ED6D; }

 span { border-color: rgb(32,237,109); }

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