Html Css Color HEX #20CC4D Malachite

📋 copy color: '#20CC4D'

red 32 ◦ green 204 ◦ blue 77

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

Shades of Malachite #20CC4D

Tints of Malachite #20CC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.18%

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

R = 10.22%
G = 65.18%
B = 24.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#20CC4D (or 0x20CC4D) is known color: Malachite. HEX triplet: 20, CC and 4D. RGB value is (32,204,77). Sum of RGB (Red+Green+Blue) = 32+204+77=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC4D is #DF33B2. Grayscale: #8A8A8A. Windows color (decimal): -14627763 or 5098528. OLE color: 5098528.

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

Color convert

RGB 32 204 77 -
CMYK 0.84 0 0.62 0.2
HSL 135.7º 0.73% 0.46% -
HSV(B) 135.7º 0.84% 0.8% -
XYZ 23.53 44.03 14.28 -
YUV 138.09 93.52 52.33 -
System Red Green Blue C M Y K H S L
Decimal 32 204 77 0.84 0 0.62 0.2 135.7 0.73 0.46
Hex 20 CC 4D 54 0 3E 14 88 49 2E
Octal 40 314 115 124 0 76 24 210 111 56
Binary 100000 11001100 1001101 1010100 0 111110 10100 10001000 1001001 101110

Color Harmonies of #20CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC4D

Black with #20CC4D

Text Example


Text Example

White with #20CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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