#20cb64

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

Shades of Malachite #20CB64

Tints of Malachite #20CB64

Color information

#20CB64 (or 0x20CB64) is unknown color: approx Malachite. HEX triplet: 20, CB and 64. RGB value is (32,203,100). Sum of RGB (Red+Green+Blue) = 32+203+100=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CB64 is #DF349B. Grayscale: #8C8C8C. Windows color (decimal): -14627996 or 6605600. OLE color: 6605600.

HSL color Cylindrical-coordinate representation of color #20CB64: hue angle of 143.86º 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 #20CB64 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB32203100-
CMYK0.8400.510.20
HSL143.86º72.77%46.08%-
HSV(B)143.86º84.24%79.61%-
XYZ24.2543.9419.26-
YUV140.13105.3550.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 203 (79.69% from 255) = 60.60%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=9.55%
G=60.60%
B=29.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal322031000.8400.510.20143.8672.7746.08
Hex20CB64540331490492e
Octal403131441240632422011156
Binary1000001100101111001001010100011001110100100100001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20cb64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,203,100); }

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

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

 a { background-color: rgb(32,203,100); }

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

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

 span { border-color: rgb(32,203,100); }

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