#20CC5B

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

Shades of Malachite #20CC5B

Tints of Malachite #20CC5B

Color information

#20CC5B (or 0x20CC5B) is unknown color: approx Malachite. HEX triplet: 20, CC and 5B. RGB value is (32,204,91). Sum of RGB (Red+Green+Blue) = 32+204+91=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC5B is #DF33A4. Grayscale: #8B8B8B. Windows color (decimal): -14627749 or 6016032. OLE color: 6016032.

HSL color Cylindrical-coordinate representation of color #20CC5B: hue angle of 140.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC5B is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB3220491-
CMYK0.8400.550.2
HSL140.58º72.88%46.27%-
HSV(B)140.58º84.31%80%-
XYZ24.0844.2517.17-
YUV139.69100.5251.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.79%
GREEN value IS 204 (80.08% from 255) = 62.39%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=9.79%
G=62.39%
B=27.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32204910.8400.550.2140.5872.8846.27
Hex20CC5B54037148d492e
Octal403141331240672421511156
Binary1000001100110010110111010100011011110100100011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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