Html Css Color HEX #20CA4D Malachite

📋 copy color: '#20CA4D'

red 32 ◦ green 202 ◦ blue 77

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

Shades of Malachite #20CA4D

Tints of Malachite #20CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 10.29%
G = 64.95%
B = 24.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#20CA4D (or 0x20CA4D) is known color: Malachite. HEX triplet: 20, CA and 4D. RGB value is (32,202,77). Sum of RGB (Red+Green+Blue) = 32+202+77=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA4D is #DF35B2. Grayscale: #898989. Windows color (decimal): -14628275 or 5098016. OLE color: 5098016.

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

Color convert

RGB 32 202 77 -
CMYK 0.84 0 0.62 0.21
HSL 135.88º 0.73% 0.46% -
HSV(B) 135.88º 0.84% 0.79% -
XYZ 23.06 43.08 14.12 -
YUV 136.92 94.18 53.16 -
System Red Green Blue C M Y K H S L
Decimal 32 202 77 0.84 0 0.62 0.21 135.88 0.73 0.46
Hex 20 CA 4D 54 0 3E 15 88 49 2E
Octal 40 312 115 124 0 76 25 210 111 56
Binary 100000 11001010 1001101 1010100 0 111110 10101 10001000 1001001 101110

Color Harmonies of #20CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA4D

Black with #20CA4D

Text Example


Text Example

White with #20CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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