Html Css Color HEX #20C050 Malachite

📋 copy color: '#20C050'

red 32 ◦ green 192 ◦ blue 80

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

Shades of Malachite #20C050

Tints of Malachite #20C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.16%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 10.53%
G = 63.16%
B = 26.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#20C050 (or 0x20C050) is known color: Malachite. HEX triplet: 20, C0 and 50. RGB value is (32,192,80). Sum of RGB (Red+Green+Blue) = 32+192+80=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #20C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C050 is #DF3FAF. Grayscale: #838383. Windows color (decimal): -14630832 or 5292064. OLE color: 5292064.

HSL color Cylindrical-coordinate representation of color #20C050: hue angle of 138º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C050 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 80 -
CMYK 0.83 0 0.58 0.25
HSL 138º 0.71% 0.44% -
HSV(B) 138º 0.83% 0.75% -
XYZ 20.89 38.59 13.94 -
YUV 131.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 32 192 80 0.83 0 0.58 0.25 138 0.71 0.44
Hex 20 C0 50 53 0 3A 19 8A 47 2C
Octal 40 300 120 123 0 72 31 212 107 54
Binary 100000 11000000 1010000 1010011 0 111010 11001 10001010 1000111 101100

Color Harmonies of #20C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C050

Black with #20C050

Text Example


Text Example

White with #20C050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,192,80); }

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

background-color css

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

 a { background-color: rgb(32,192,80); }

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

border-color css

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

 span { border-color: rgb(32,192,80); }

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