Html Css Color HEX #20C950 Malachite

📋 copy color: '#20C950'

red 32 ◦ green 201 ◦ blue 80

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

Shades of Malachite #20C950

Tints of Malachite #20C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

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

R = 10.22%
G = 64.22%
B = 25.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#20C950 (or 0x20C950) is known color: Malachite. HEX triplet: 20, C9 and 50. RGB value is (32,201,80). Sum of RGB (Red+Green+Blue) = 32+201+80=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #20C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C950 is #DF36AF. Grayscale: #888888. Windows color (decimal): -14628528 or 5294368. OLE color: 5294368.

HSL color Cylindrical-coordinate representation of color #20C950: hue angle of 137.04º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C950 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 80 -
CMYK 0.84 0 0.60 0.21
HSL 137.04º 0.73% 0.46% -
HSV(B) 137.04º 0.84% 0.79% -
XYZ 22.93 42.66 14.61 -
YUV 136.68 96.01 53.34 -
System Red Green Blue C M Y K H S L
Decimal 32 201 80 0.84 0 0.60 0.21 137.04 0.73 0.46
Hex 20 C9 50 54 0 3C 15 89 49 2E
Octal 40 311 120 124 0 74 25 211 111 56
Binary 100000 11001001 1010000 1010100 0 111100 10101 10001001 1001001 101110

Color Harmonies of #20C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C950

Black with #20C950

Text Example


Text Example

White with #20C950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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