Html Css Color HEX #20D063 Malachite

📋 copy color: '#20D063'

red 32 ◦ green 208 ◦ blue 99

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

Shades of Malachite #20D063

Tints of Malachite #20D063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 9.44%
G = 61.36%
B = 29.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#20D063 (or 0x20D063) is known color: Malachite. HEX triplet: 20, D0 and 63. RGB value is (32,208,99). Sum of RGB (Red+Green+Blue) = 32+208+99=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #20D063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D063 is #DF2F9C. Grayscale: #8F8F8F. Windows color (decimal): -14626717 or 6541344. OLE color: 6541344.

HSL color Cylindrical-coordinate representation of color #20D063: hue angle of 142.84º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D063 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 99 -
CMYK 0.85 0 0.52 0.18
HSL 142.84º 0.73% 0.47% -
HSV(B) 142.84º 0.85% 0.82% -
XYZ 25.4 46.32 19.41 -
YUV 142.95 103.19 48.86 -
System Red Green Blue C M Y K H S L
Decimal 32 208 99 0.85 0 0.52 0.18 142.84 0.73 0.47
Hex 20 D0 63 55 0 34 12 8F 49 2F
Octal 40 320 143 125 0 64 22 217 111 57
Binary 100000 11010000 1100011 1010101 0 110100 10010 10001111 1001001 101111

Color Harmonies of #20D063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D063

Black with #20D063

Text Example


Text Example

White with #20D063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,99); }

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

background-color css

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

 a { background-color: rgb(32,208,99); }

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

border-color css

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

 span { border-color: rgb(32,208,99); }

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