#20ED50

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

Shades of Malachite #20ED50

Tints of Malachite #20ED50

Color information

#20ED50 (or 0x20ED50) is unknown color: approx Malachite. HEX triplet: 20, ED and 50. RGB value is (32,237,80). Sum of RGB (Red+Green+Blue) = 32+237+80=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED50 is #DF12AF. Grayscale: #9E9E9E. Windows color (decimal): -14619312 or 5303584. OLE color: 5303584.

HSL color Cylindrical-coordinate representation of color #20ED50: hue angle of 134.05º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ED50 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB3223780-
CMYK0.8600.660.07
HSL134.05º85.06%52.75%-
HSV(B)134.05º86.5%92.94%-
XYZ32.3361.4517.75-
YUV157.8184.0838.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.17%
GREEN value IS 237 (92.97% from 255) = 67.91%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=9.17%
G=67.91%
B=22.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32237800.8600.660.07134.0585.0652.75
Hex20ED50560427865535
Octal403551201260102720612565
Binary100000111011011010000101011001000010111100001101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20ED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,237,80); }

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

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

 a { background-color: rgb(32,237,80); }

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

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

 span { border-color: rgb(32,237,80); }

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