Html Css Color HEX #20CC5E Malachite

📋 copy color: '#20CC5E'

red 32 ◦ green 204 ◦ blue 94

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

Shades of Malachite #20CC5E

Tints of Malachite #20CC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 9.7%
G = 61.82%
B = 28.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#20CC5E (or 0x20CC5E) is known color: Malachite. HEX triplet: 20, CC and 5E. RGB value is (32,204,94). Sum of RGB (Red+Green+Blue) = 32+204+94=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC5E is #DF33A1. Grayscale: #8C8C8C. Windows color (decimal): -14627746 or 6212640. OLE color: 6212640.

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

Color convert

RGB 32 204 94 -
CMYK 0.84 0 0.54 0.2
HSL 141.63º 0.73% 0.46% -
HSV(B) 141.63º 0.84% 0.8% -
XYZ 24.21 44.3 17.86 -
YUV 140.03 102.02 50.94 -
System Red Green Blue C M Y K H S L
Decimal 32 204 94 0.84 0 0.54 0.2 141.63 0.73 0.46
Hex 20 CC 5E 54 0 36 14 8E 49 2E
Octal 40 314 136 124 0 66 24 216 111 56
Binary 100000 11001100 1011110 1010100 0 110110 10100 10001110 1001001 101110

Color Harmonies of #20CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC5E

Black with #20CC5E

Text Example


Text Example

White with #20CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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