Html Css Color HEX #20CA4F Malachite

📋 copy color: '#20CA4F'

red 32 ◦ green 202 ◦ blue 79

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

Shades of Malachite #20CA4F

Tints of Malachite #20CA4F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.54%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 10.22%
G = 64.54%
B = 25.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#20CA4F (or 0x20CA4F) is known color: Malachite. HEX triplet: 20, CA and 4F. RGB value is (32,202,79). Sum of RGB (Red+Green+Blue) = 32+202+79=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA4F is #DF35B0. Grayscale: #898989. Windows color (decimal): -14628273 or 5229088. OLE color: 5229088.

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

Color convert

RGB 32 202 79 -
CMYK 0.84 0 0.61 0.21
HSL 136.59º 0.73% 0.46% -
HSV(B) 136.59º 0.84% 0.79% -
XYZ 23.13 43.11 14.5 -
YUV 137.15 95.18 53 -
System Red Green Blue C M Y K H S L
Decimal 32 202 79 0.84 0 0.61 0.21 136.59 0.73 0.46
Hex 20 CA 4F 54 0 3D 15 89 49 2E
Octal 40 312 117 124 0 75 25 211 111 56
Binary 100000 11001010 1001111 1010100 0 111101 10101 10001001 1001001 101110

Color Harmonies of #20CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA4F

Black with #20CA4F

Text Example


Text Example

White with #20CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,202,79); }

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

background-color css

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

 a { background-color: rgb(32,202,79); }

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

border-color css

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

 span { border-color: rgb(32,202,79); }

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