#20EB42

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

Shades of Malachite #20EB42

Tints of Malachite #20EB42

Color information

#20EB42 (or 0x20EB42) is unknown color: approx Malachite. HEX triplet: 20, EB and 42. RGB value is (32,235,66). Sum of RGB (Red+Green+Blue) = 32+235+66=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 235 (92.19% from 255 or 70.57% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB42 is #DF14BD. Grayscale: #9B9B9B. Windows color (decimal): -14619838 or 4385568. OLE color: 4385568.

HSL color Cylindrical-coordinate representation of color #20EB42: hue angle of 130.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB42 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB3223566-
CMYK0.8600.720.08
HSL130.05º83.54%52.35%-
HSV(B)130.05º86.38%92.16%-
XYZ31.2960.1215.11-
YUV155.0477.7540.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.61%
GREEN value IS 235 (92.19% from 255) = 70.57%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=9.61%
G=70.57%
B=19.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal32235660.8600.720.08130.0583.5452.35
Hex20EB42560488825434
Octal4035310212601101020212464
Binary1000001110101110000101010110010010001000100000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,235,66); }

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

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

 a { background-color: rgb(32,235,66); }

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

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

 span { border-color: rgb(32,235,66); }

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