Html Css Color HEX #20D85B Malachite

📋 copy color: '#20D85B'

red 32 ◦ green 216 ◦ blue 91

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

Shades of Malachite #20D85B

Tints of Malachite #20D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.72%

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 9.44%
G = 63.72%
B = 26.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#20D85B (or 0x20D85B) is known color: Malachite. HEX triplet: 20, D8 and 5B. RGB value is (32,216,91). Sum of RGB (Red+Green+Blue) = 32+216+91=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #20D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D85B is #DF27A4. Grayscale: #939393. Windows color (decimal): -14624677 or 6019104. OLE color: 6019104.

HSL color Cylindrical-coordinate representation of color #20D85B: hue angle of 139.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D85B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 216 91 -
CMYK 0.85 0 0.58 0.15
HSL 139.24º 0.74% 0.49% -
HSV(B) 139.24º 0.85% 0.85% -
XYZ 27.04 50.17 18.16 -
YUV 146.73 96.54 46.16 -
System Red Green Blue C M Y K H S L
Decimal 32 216 91 0.85 0 0.58 0.15 139.24 0.74 0.49
Hex 20 D8 5B 55 0 3A F 8B 4A 31
Octal 40 330 133 125 0 72 17 213 112 61
Binary 100000 11011000 1011011 1010101 0 111010 1111 10001011 1001010 110001

Color Harmonies of #20D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D85B

Black with #20D85B

Text Example


Text Example

White with #20D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,216,91); }

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

background-color css

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

 a { background-color: rgb(32,216,91); }

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

border-color css

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

 span { border-color: rgb(32,216,91); }

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