Html Css Color HEX #20E75D Malachite

📋 copy color: '#20E75D'

red 32 ◦ green 231 ◦ blue 93

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

Shades of Malachite #20E75D

Tints of Malachite #20E75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 64.89%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 8.99%
G = 64.89%
B = 26.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#20E75D (or 0x20E75D) is known color: Malachite. HEX triplet: 20, E7 and 5D. RGB value is (32,231,93). Sum of RGB (Red+Green+Blue) = 32+231+93=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #20E75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E75D is #DF18A2. Grayscale: #9C9C9C. Windows color (decimal): -14620835 or 6154016. OLE color: 6154016.

HSL color Cylindrical-coordinate representation of color #20E75D: hue angle of 138.39º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E75D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 231 93 -
CMYK 0.86 0 0.60 0.09
HSL 138.39º 0.81% 0.52% -
HSV(B) 138.39º 0.86% 0.91% -
XYZ 31.15 58.25 19.96 -
YUV 155.77 92.57 39.72 -
System Red Green Blue C M Y K H S L
Decimal 32 231 93 0.86 0 0.60 0.09 138.39 0.81 0.52
Hex 20 E7 5D 56 0 3C 9 8A 51 34
Octal 40 347 135 126 0 74 11 212 121 64
Binary 100000 11100111 1011101 1010110 0 111100 1001 10001010 1010001 110100

Color Harmonies of #20E75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E75D

Black with #20E75D

Text Example


Text Example

White with #20E75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,231,93); }

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

background-color css

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

 a { background-color: rgb(32,231,93); }

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

border-color css

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

 span { border-color: rgb(32,231,93); }

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