#20EF65

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

Shades of Malachite #20EF65

Tints of Malachite #20EF65

Color information

#20EF65 (or 0x20EF65) is unknown color: approx Malachite. HEX triplet: 20, EF and 65. RGB value is (32,239,101). Sum of RGB (Red+Green+Blue) = 32+239+101=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 239 (93.75% from 255 or 64.25% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EF65 is #DF109A. Grayscale: #A1A1A1. Windows color (decimal): -14618779 or 6680352. OLE color: 6680352.

HSL color Cylindrical-coordinate representation of color #20EF65: hue angle of 140º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF65 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB32239101-
CMYK0.8700.580.06
HSL140º86.61%53.14%-
HSV(B)140º86.61%93.73%-
XYZ33.8162.9822.69-
YUV161.3893.9235.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.60%
GREEN value IS 239 (93.75% from 255) = 64.25%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=8.60%
G=64.25%
B=27.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322391010.8700.580.0614086.6153.14
Hex20EF655703A68c5735
Octal40357145127072621412765
Binary10000011101111110010110101110111010110100011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,239,101); }

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

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

 a { background-color: rgb(32,239,101); }

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

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

 span { border-color: rgb(32,239,101); }

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