#20D84C

Color #20D84C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #20D84C

Tints of Malachite #20D84C

Color information

#20D84C (or 0x20D84C) is unknown color: approx Malachite. HEX triplet: 20, D8 and 4C. RGB value is (32,216,76). Sum of RGB (Red+Green+Blue) = 32+216+76=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #20D84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D84C is #DF27B3. Grayscale: #919191. Windows color (decimal): -14624692 or 5036064. OLE color: 5036064.

HSL color Cylindrical-coordinate representation of color #20D84C: hue angle of 134.35º 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 #20D84C is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB3221676-
CMYK0.8500.650.15
HSL134.35º74.19%48.63%-
HSV(B)134.35º85.19%84.71%-
XYZ26.4649.9415.08-
YUV145.0289.0447.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.88%
GREEN value IS 216 (84.77% from 255) = 66.67%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=9.88%
G=66.67%
B=23.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32216760.8500.650.15134.3574.1948.63
Hex20D84C55041F864a31
Octal4033011412501011720611261
Binary1000001101100010011001010101010000011111100001101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20D84C;
 }
 .AnyTagClassName
 {
   color: #20D84C;
 }
</style>
background-color css

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

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

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

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

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

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