Html Css Color HEX #20CD63 Malachite

📋 copy color: '#20CD63'

red 32 ◦ green 205 ◦ blue 99

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

Shades of Malachite #20CD63

Tints of Malachite #20CD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 9.52%
G = 61.01%
B = 29.46%

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

#20CD63 (or 0x20CD63) is known color: Malachite. HEX triplet: 20, CD and 63. RGB value is (32,205,99). Sum of RGB (Red+Green+Blue) = 32+205+99=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD63 is #DF329C. Grayscale: #8D8D8D. Windows color (decimal): -14627485 or 6540576. OLE color: 6540576.

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

Color convert

RGB 32 205 99 -
CMYK 0.84 0 0.52 0.20
HSL 143.24º 0.73% 0.46% -
HSV(B) 143.24º 0.84% 0.8% -
XYZ 24.68 44.87 19.16 -
YUV 141.19 104.19 50.12 -
System Red Green Blue C M Y K H S L
Decimal 32 205 99 0.84 0 0.52 0.20 143.24 0.73 0.46
Hex 20 CD 63 54 0 34 14 8F 49 2E
Octal 40 315 143 124 0 64 24 217 111 56
Binary 100000 11001101 1100011 1010100 0 110100 10100 10001111 1001001 101110

Color Harmonies of #20CD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD63

Black with #20CD63

Text Example


Text Example

White with #20CD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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