Html Css Color HEX #20DB54 Malachite

📋 copy color: '#20DB54'

red 32 ◦ green 219 ◦ blue 84

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

Shades of Malachite #20DB54

Tints of Malachite #20DB54

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.37%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 9.55%
G = 65.37%
B = 25.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#20DB54 (or 0x20DB54) is known color: Malachite. HEX triplet: 20, DB and 54. RGB value is (32,219,84). Sum of RGB (Red+Green+Blue) = 32+219+84=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB54 is #DF24AB. Grayscale: #949494. Windows color (decimal): -14623916 or 5561120. OLE color: 5561120.

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

Color convert

RGB 32 219 84 -
CMYK 0.85 0 0.62 0.14
HSL 136.68º 0.75% 0.49% -
HSV(B) 136.68º 0.85% 0.86% -
XYZ 27.53 51.61 16.9 -
YUV 147.7 92.05 45.48 -
System Red Green Blue C M Y K H S L
Decimal 32 219 84 0.85 0 0.62 0.14 136.68 0.75 0.49
Hex 20 DB 54 55 0 3E E 89 4B 31
Octal 40 333 124 125 0 76 16 211 113 61
Binary 100000 11011011 1010100 1010101 0 111110 1110 10001001 1001011 110001

Color Harmonies of #20DB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB54

Black with #20DB54

Text Example


Text Example

White with #20DB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,219,84); }

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

background-color css

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

 a { background-color: rgb(32,219,84); }

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

border-color css

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

 span { border-color: rgb(32,219,84); }

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