#20BF56

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

Shades of Malachite #20BF56

Tints of Malachite #20BF56

Color information

#20BF56 (or 0x20BF56) is unknown color: approx Malachite. HEX triplet: 20, BF and 56. RGB value is (32,191,86). Sum of RGB (Red+Green+Blue) = 32+191+86=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF56 is #DF40A9. Grayscale: #838383. Windows color (decimal): -14631082 or 5685024. OLE color: 5685024.

HSL color Cylindrical-coordinate representation of color #20BF56: hue angle of 140.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF56 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB3219186-
CMYK0.8300.550.25
HSL140.38º71.3%43.73%-
HSV(B)140.38º83.25%74.9%-
XYZ20.9138.2415.08-
YUV131.49102.3257.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 191 (75% from 255) = 61.81%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=10.36%
G=61.81%
B=27.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32191860.8300.550.25140.3871.343.73
Hex20BF5653037198c472c
Octal402771261230673121410754
Binary1000001011111110101101010011011011111001100011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,191,86); }

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

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

 a { background-color: rgb(32,191,86); }

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

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

 span { border-color: rgb(32,191,86); }

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