Html Css Color HEX #20CC5B Malachite

📋 copy color: '#20CC5B'

red 32 ◦ green 204 ◦ blue 91

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

Shades of Malachite #20CC5B

Tints of Malachite #20CC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.39%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 9.79%
G = 62.39%
B = 27.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#20CC5B (or 0x20CC5B) is known color: Malachite. HEX triplet: 20, CC and 5B. RGB value is (32,204,91). Sum of RGB (Red+Green+Blue) = 32+204+91=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC5B is #DF33A4. Grayscale: #8B8B8B. Windows color (decimal): -14627749 or 6016032. OLE color: 6016032.

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

Color convert

RGB 32 204 91 -
CMYK 0.84 0 0.55 0.2
HSL 140.58º 0.73% 0.46% -
HSV(B) 140.58º 0.84% 0.8% -
XYZ 24.08 44.25 17.17 -
YUV 139.69 100.52 51.19 -
System Red Green Blue C M Y K H S L
Decimal 32 204 91 0.84 0 0.55 0.2 140.58 0.73 0.46
Hex 20 CC 5B 54 0 37 14 8D 49 2E
Octal 40 314 133 124 0 67 24 215 111 56
Binary 100000 11001100 1011011 1010100 0 110111 10100 10001101 1001001 101110

Color Harmonies of #20CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC5B

Black with #20CC5B

Text Example


Text Example

White with #20CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,204,91); }

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

background-color css

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

 a { background-color: rgb(32,204,91); }

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

border-color css

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

 span { border-color: rgb(32,204,91); }

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