Html Css Color HEX #20E150 Malachite

📋 copy color: '#20E150'

red 32 ◦ green 225 ◦ blue 80

#20E150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #20E150

Tints of Malachite #20E150

RGB

 RED value IS 32 (12.89% from 255) = 9.5%

 GREEN value IS 225 (88.28% from 255) = 66.77%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 9.5%
G = 66.77%
B = 23.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#20E150 (or 0x20E150) is known color: Malachite. HEX triplet: 20, E1 and 50. RGB value is (32,225,80). Sum of RGB (Red+Green+Blue) = 32+225+80=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #20E150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E150 is #DF1EAF. Grayscale: #979797. Windows color (decimal): -14622384 or 5300512. OLE color: 5300512.

HSL color Cylindrical-coordinate representation of color #20E150: hue angle of 134.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E150 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 225 80 -
CMYK 0.86 0 0.64 0.12
HSL 134.92º 0.76% 0.5% -
HSV(B) 134.92º 0.86% 0.88% -
XYZ 28.97 54.74 16.63 -
YUV 150.76 88.06 43.29 -
System Red Green Blue C M Y K H S L
Decimal 32 225 80 0.86 0 0.64 0.12 134.92 0.76 0.5
Hex 20 E1 50 56 0 40 C 87 4C 32
Octal 40 341 120 126 0 100 14 207 114 62
Binary 100000 11100001 1010000 1010110 0 1000000 1100 10000111 1001100 110010

Color Harmonies of #20E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E150

Black with #20E150

Text Example


Text Example

White with #20E150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20E150;
 }
 .AnyTagClassName
 {
   color: #20E150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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