Html Css Color HEX #20DE55 Malachite

📋 copy color: '#20DE55'

red 32 ◦ green 222 ◦ blue 85

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

Shades of Malachite #20DE55

Tints of Malachite #20DE55

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.49%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 9.44%
G = 65.49%
B = 25.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#20DE55 (or 0x20DE55) is known color: Malachite. HEX triplet: 20, DE and 55. RGB value is (32,222,85). Sum of RGB (Red+Green+Blue) = 32+222+85=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #20DE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DE55 is #DF21AA. Grayscale: #959595. Windows color (decimal): -14623147 or 5627424. OLE color: 5627424.

HSL color Cylindrical-coordinate representation of color #20DE55: hue angle of 136.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DE55 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 222 85 -
CMYK 0.86 0 0.62 0.13
HSL 136.74º 0.75% 0.5% -
HSV(B) 136.74º 0.86% 0.87% -
XYZ 28.36 53.21 17.37 -
YUV 149.57 91.55 44.14 -
System Red Green Blue C M Y K H S L
Decimal 32 222 85 0.86 0 0.62 0.13 136.74 0.75 0.5
Hex 20 DE 55 56 0 3E D 89 4B 32
Octal 40 336 125 126 0 76 15 211 113 62
Binary 100000 11011110 1010101 1010110 0 111110 1101 10001001 1001011 110010

Color Harmonies of #20DE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DE55

Black with #20DE55

Text Example


Text Example

White with #20DE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,222,85); }

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

background-color css

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

 a { background-color: rgb(32,222,85); }

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

border-color css

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

 span { border-color: rgb(32,222,85); }

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