Html Css Color HEX #20CA61 Malachite

📋 copy color: '#20CA61'

red 32 ◦ green 202 ◦ blue 97

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

Shades of Malachite #20CA61

Tints of Malachite #20CA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 9.67%
G = 61.03%
B = 29.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#20CA61 (or 0x20CA61) is known color: Malachite. HEX triplet: 20, CA and 61. RGB value is (32,202,97). Sum of RGB (Red+Green+Blue) = 32+202+97=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA61 is #DF359E. Grayscale: #8B8B8B. Windows color (decimal): -14628255 or 6408736. OLE color: 6408736.

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

Color convert

RGB 32 202 97 -
CMYK 0.84 0 0.52 0.21
HSL 142.94º 0.73% 0.46% -
HSV(B) 142.94º 0.84% 0.79% -
XYZ 23.87 43.41 18.43 -
YUV 139.2 104.18 51.54 -
System Red Green Blue C M Y K H S L
Decimal 32 202 97 0.84 0 0.52 0.21 142.94 0.73 0.46
Hex 20 CA 61 54 0 34 15 8F 49 2E
Octal 40 312 141 124 0 64 25 217 111 56
Binary 100000 11001010 1100001 1010100 0 110100 10101 10001111 1001001 101110

Color Harmonies of #20CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA61

Black with #20CA61

Text Example


Text Example

White with #20CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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