Html Css Color HEX #20CB65 Malachite

📋 copy color: '#20CB65'

red 32 ◦ green 203 ◦ blue 101

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

Shades of Malachite #20CB65

Tints of Malachite #20CB65

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.42%

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

R = 9.52%
G = 60.42%
B = 30.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#20CB65 (or 0x20CB65) is known color: Malachite. HEX triplet: 20, CB and 65. RGB value is (32,203,101). Sum of RGB (Red+Green+Blue) = 32+203+101=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CB65 is #DF349A. Grayscale: #8C8C8C. Windows color (decimal): -14627995 or 6671136. OLE color: 6671136.

HSL color Cylindrical-coordinate representation of color #20CB65: hue angle of 144.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB65 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 203 101 -
CMYK 0.84 0 0.50 0.20
HSL 144.21º 0.73% 0.46% -
HSV(B) 144.21º 0.84% 0.8% -
XYZ 24.3 43.96 19.52 -
YUV 140.24 105.85 50.79 -
System Red Green Blue C M Y K H S L
Decimal 32 203 101 0.84 0 0.50 0.20 144.21 0.73 0.46
Hex 20 CB 65 54 0 32 14 90 49 2E
Octal 40 313 145 124 0 62 24 220 111 56
Binary 100000 11001011 1100101 1010100 0 110010 10100 10010000 1001001 101110

Color Harmonies of #20CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CB65

Black with #20CB65

Text Example


Text Example

White with #20CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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