Html Css Color HEX #20CA65 Malachite

📋 copy color: '#20CA65'

red 32 ◦ green 202 ◦ blue 101

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

Shades of Malachite #20CA65

Tints of Malachite #20CA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 9.55%
G = 60.3%
B = 30.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#20CA65 (or 0x20CA65) is known color: Malachite. HEX triplet: 20, CA and 65. RGB value is (32,202,101). Sum of RGB (Red+Green+Blue) = 32+202+101=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA65 is #DF359A. Grayscale: #8B8B8B. Windows color (decimal): -14628251 or 6670880. OLE color: 6670880.

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

Color convert

RGB 32 202 101 -
CMYK 0.84 0 0.50 0.21
HSL 144.35º 0.73% 0.46% -
HSV(B) 144.35º 0.84% 0.79% -
XYZ 24.07 43.49 19.44 -
YUV 139.66 106.18 51.21 -
System Red Green Blue C M Y K H S L
Decimal 32 202 101 0.84 0 0.50 0.21 144.35 0.73 0.46
Hex 20 CA 65 54 0 32 15 90 49 2E
Octal 40 312 145 124 0 62 25 220 111 56
Binary 100000 11001010 1100101 1010100 0 110010 10101 10010000 1001001 101110

Color Harmonies of #20CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA65

Black with #20CA65

Text Example


Text Example

White with #20CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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