Html Css Color HEX #20CD6C Malachite

📋 copy color: '#20CD6C'

red 32 ◦ green 205 ◦ blue 108

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

Shades of Malachite #20CD6C

Tints of Malachite #20CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 9.28%
G = 59.42%
B = 31.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#20CD6C (or 0x20CD6C) is known color: Malachite. HEX triplet: 20, CD and 6C. RGB value is (32,205,108). Sum of RGB (Red+Green+Blue) = 32+205+108=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD6C is #DF3293. Grayscale: #8E8E8E. Windows color (decimal): -14627476 or 7130400. OLE color: 7130400.

HSL color Cylindrical-coordinate representation of color #20CD6C: hue angle of 146.36º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CD6C is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 108 -
CMYK 0.84 0 0.47 0.20
HSL 146.36º 0.73% 0.46% -
HSV(B) 146.36º 0.84% 0.8% -
XYZ 25.13 45.05 21.56 -
YUV 142.22 108.69 49.39 -
System Red Green Blue C M Y K H S L
Decimal 32 205 108 0.84 0 0.47 0.20 146.36 0.73 0.46
Hex 20 CD 6C 54 0 2F 14 92 49 2E
Octal 40 315 154 124 0 57 24 222 111 56
Binary 100000 11001101 1101100 1010100 0 101111 10100 10010010 1001001 101110

Color Harmonies of #20CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD6C

Black with #20CD6C

Text Example


Text Example

White with #20CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,108); }

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

background-color css

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

 a { background-color: rgb(32,205,108); }

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

border-color css

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

 span { border-color: rgb(32,205,108); }

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