Html Css Color HEX #20D852 Malachite

📋 copy color: '#20D852'

red 32 ◦ green 216 ◦ blue 82

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

Shades of Malachite #20D852

Tints of Malachite #20D852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.45%

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 9.7%
G = 65.45%
B = 24.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#20D852 (or 0x20D852) is known color: Malachite. HEX triplet: 20, D8 and 52. RGB value is (32,216,82). Sum of RGB (Red+Green+Blue) = 32+216+82=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 216 (84.77% from 255 or 65.45% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 216 - color contains mainly: green. Hex color #20D852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D852 is #DF27AD. Grayscale: #929292. Windows color (decimal): -14624686 or 5429280. OLE color: 5429280.

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

Color convert

RGB 32 216 82 -
CMYK 0.85 0 0.62 0.15
HSL 136.3º 0.74% 0.49% -
HSV(B) 136.3º 0.85% 0.85% -
XYZ 26.67 50.03 16.23 -
YUV 145.71 92.04 46.9 -
System Red Green Blue C M Y K H S L
Decimal 32 216 82 0.85 0 0.62 0.15 136.3 0.74 0.49
Hex 20 D8 52 55 0 3E F 88 4A 31
Octal 40 330 122 125 0 76 17 210 112 61
Binary 100000 11011000 1010010 1010101 0 111110 1111 10001000 1001010 110001

Color Harmonies of #20D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D852

Black with #20D852

Text Example


Text Example

White with #20D852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,216,82); }

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

background-color css

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

 a { background-color: rgb(32,216,82); }

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

border-color css

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

 span { border-color: rgb(32,216,82); }

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