Html Css Color HEX #20CD62 Malachite

📋 copy color: '#20CD62'

red 32 ◦ green 205 ◦ blue 98

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

Shades of Malachite #20CD62

Tints of Malachite #20CD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 9.55%
G = 61.19%
B = 29.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#20CD62 (or 0x20CD62) is known color: Malachite. HEX triplet: 20, CD and 62. RGB value is (32,205,98). Sum of RGB (Red+Green+Blue) = 32+205+98=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD62 is #DF329D. Grayscale: #8D8D8D. Windows color (decimal): -14627486 or 6475040. OLE color: 6475040.

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

Color convert

RGB 32 205 98 -
CMYK 0.84 0 0.52 0.20
HSL 142.89º 0.73% 0.46% -
HSV(B) 142.89º 0.84% 0.8% -
XYZ 24.63 44.85 18.91 -
YUV 141.08 103.69 50.2 -
System Red Green Blue C M Y K H S L
Decimal 32 205 98 0.84 0 0.52 0.20 142.89 0.73 0.46
Hex 20 CD 62 54 0 34 14 8F 49 2E
Octal 40 315 142 124 0 64 24 217 111 56
Binary 100000 11001101 1100010 1010100 0 110100 10100 10001111 1001001 101110

Color Harmonies of #20CD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD62

Black with #20CD62

Text Example


Text Example

White with #20CD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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