Html Css Color HEX #20CC4F Malachite

📋 copy color: '#20CC4F'

red 32 ◦ green 204 ◦ blue 79

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

Shades of Malachite #20CC4F

Tints of Malachite #20CC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 10.16%
G = 64.76%
B = 25.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#20CC4F (or 0x20CC4F) is known color: Malachite. HEX triplet: 20, CC and 4F. RGB value is (32,204,79). Sum of RGB (Red+Green+Blue) = 32+204+79=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC4F is #DF33B0. Grayscale: #8A8A8A. Windows color (decimal): -14627761 or 5229600. OLE color: 5229600.

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

Color convert

RGB 32 204 79 -
CMYK 0.84 0 0.61 0.2
HSL 136.4º 0.73% 0.46% -
HSV(B) 136.4º 0.84% 0.8% -
XYZ 23.6 44.06 14.66 -
YUV 138.32 94.52 52.16 -
System Red Green Blue C M Y K H S L
Decimal 32 204 79 0.84 0 0.61 0.2 136.4 0.73 0.46
Hex 20 CC 4F 54 0 3D 14 88 49 2E
Octal 40 314 117 124 0 75 24 210 111 56
Binary 100000 11001100 1001111 1010100 0 111101 10100 10001000 1001001 101110

Color Harmonies of #20CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC4F

Black with #20CC4F

Text Example


Text Example

White with #20CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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