Html Css Color HEX #20CD5C Malachite

📋 copy color: '#20CD5C'

red 32 ◦ green 205 ◦ blue 92

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

Shades of Malachite #20CD5C

Tints of Malachite #20CD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 9.73%
G = 62.31%
B = 27.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#20CD5C (or 0x20CD5C) is known color: Malachite. HEX triplet: 20, CD and 5C. RGB value is (32,205,92). Sum of RGB (Red+Green+Blue) = 32+205+92=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD5C is #DF32A3. Grayscale: #8C8C8C. Windows color (decimal): -14627492 or 6081824. OLE color: 6081824.

HSL color Cylindrical-coordinate representation of color #20CD5C: hue angle of 140.81º 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 #20CD5C is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 92 -
CMYK 0.84 0 0.55 0.20
HSL 140.81º 0.73% 0.46% -
HSV(B) 140.81º 0.84% 0.8% -
XYZ 24.36 44.74 17.48 -
YUV 140.39 100.69 50.69 -
System Red Green Blue C M Y K H S L
Decimal 32 205 92 0.84 0 0.55 0.20 140.81 0.73 0.46
Hex 20 CD 5C 54 0 37 14 8D 49 2E
Octal 40 315 134 124 0 67 24 215 111 56
Binary 100000 11001101 1011100 1010100 0 110111 10100 10001101 1001001 101110

Color Harmonies of #20CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD5C

Black with #20CD5C

Text Example


Text Example

White with #20CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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