Html Css Color HEX #20EB5E Malachite

📋 copy color: '#20EB5E'

red 32 ◦ green 235 ◦ blue 94

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

Shades of Malachite #20EB5E

Tints of Malachite #20EB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 65.1%

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

R = 8.86%
G = 65.1%
B = 26.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#20EB5E (or 0x20EB5E) is known color: Malachite. HEX triplet: 20, EB and 5E. RGB value is (32,235,94). Sum of RGB (Red+Green+Blue) = 32+235+94=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 235 (92.19% from 255 or 65.10% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EB5E is #DF14A1. Grayscale: #9E9E9E. Windows color (decimal): -14619810 or 6220576. OLE color: 6220576.

HSL color Cylindrical-coordinate representation of color #20EB5E: hue angle of 138.33º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB5E is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 235 94 -
CMYK 0.86 0 0.6 0.08
HSL 138.33º 0.84% 0.52% -
HSV(B) 138.33º 0.86% 0.92% -
XYZ 32.32 60.53 20.57 -
YUV 158.23 91.75 37.96 -
System Red Green Blue C M Y K H S L
Decimal 32 235 94 0.86 0 0.6 0.08 138.33 0.84 0.52
Hex 20 EB 5E 56 0 3C 8 8A 54 34
Octal 40 353 136 126 0 74 10 212 124 64
Binary 100000 11101011 1011110 1010110 0 111100 1000 10001010 1010100 110100

Color Harmonies of #20EB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EB5E

Black with #20EB5E

Text Example


Text Example

White with #20EB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,235,94); }

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

background-color css

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

 a { background-color: rgb(32,235,94); }

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

border-color css

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

 span { border-color: rgb(32,235,94); }

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