Html Css Color HEX #20CE66 Malachite

📋 copy color: '#20CE66'

red 32 ◦ green 206 ◦ blue 102

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

Shades of Malachite #20CE66

Tints of Malachite #20CE66

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.59%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 9.41%
G = 60.59%
B = 30%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#20CE66 (or 0x20CE66) is known color: Malachite. HEX triplet: 20, CE and 66. RGB value is (32,206,102). Sum of RGB (Red+Green+Blue) = 32+206+102=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CE66 is #DF3199. Grayscale: #8E8E8E. Windows color (decimal): -14627226 or 6737440. OLE color: 6737440.

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

Color convert

RGB 32 206 102 -
CMYK 0.84 0 0.50 0.19
HSL 144.14º 0.73% 0.47% -
HSV(B) 144.14º 0.84% 0.81% -
XYZ 25.07 45.41 20.01 -
YUV 142.12 105.35 49.46 -
System Red Green Blue C M Y K H S L
Decimal 32 206 102 0.84 0 0.50 0.19 144.14 0.73 0.47
Hex 20 CE 66 54 0 32 13 90 49 2F
Octal 40 316 146 124 0 62 23 220 111 57
Binary 100000 11001110 1100110 1010100 0 110010 10011 10010000 1001001 101111

Color Harmonies of #20CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CE66

Black with #20CE66

Text Example


Text Example

White with #20CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,206,102); }

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

background-color css

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

 a { background-color: rgb(32,206,102); }

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

border-color css

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

 span { border-color: rgb(32,206,102); }

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