Html Css Color HEX #20CA52 Malachite

📋 copy color: '#20CA52'

red 32 ◦ green 202 ◦ blue 82

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

Shades of Malachite #20CA52

Tints of Malachite #20CA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 10.13%
G = 63.92%
B = 25.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#20CA52 (or 0x20CA52) is known color: Malachite. HEX triplet: 20, CA and 52. RGB value is (32,202,82). Sum of RGB (Red+Green+Blue) = 32+202+82=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA52 is #DF35AD. Grayscale: #898989. Windows color (decimal): -14628270 or 5425696. OLE color: 5425696.

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

Color convert

RGB 32 202 82 -
CMYK 0.84 0 0.59 0.21
HSL 137.65º 0.73% 0.46% -
HSV(B) 137.65º 0.84% 0.79% -
XYZ 23.24 43.16 15.09 -
YUV 137.49 96.68 52.76 -
System Red Green Blue C M Y K H S L
Decimal 32 202 82 0.84 0 0.59 0.21 137.65 0.73 0.46
Hex 20 CA 52 54 0 3B 15 8A 49 2E
Octal 40 312 122 124 0 73 25 212 111 56
Binary 100000 11001010 1010010 1010100 0 111011 10101 10001010 1001001 101110

Color Harmonies of #20CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA52

Black with #20CA52

Text Example


Text Example

White with #20CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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