Html Css Color HEX #20DB68 Malachite

📋 copy color: '#20DB68'

red 32 ◦ green 219 ◦ blue 104

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

Shades of Malachite #20DB68

Tints of Malachite #20DB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.69%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 9.01%
G = 61.69%
B = 29.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#20DB68 (or 0x20DB68) is known color: Malachite. HEX triplet: 20, DB and 68. RGB value is (32,219,104). Sum of RGB (Red+Green+Blue) = 32+219+104=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 219 (85.94% from 255 or 61.69% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB68 is #DF2497. Grayscale: #969696. Windows color (decimal): -14623896 or 6871840. OLE color: 6871840.

HSL color Cylindrical-coordinate representation of color #20DB68: hue angle of 143.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB68 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 219 104 -
CMYK 0.85 0 0.53 0.14
HSL 143.1º 0.75% 0.49% -
HSV(B) 143.1º 0.85% 0.86% -
XYZ 28.43 51.97 21.63 -
YUV 149.98 102.05 43.85 -
System Red Green Blue C M Y K H S L
Decimal 32 219 104 0.85 0 0.53 0.14 143.1 0.75 0.49
Hex 20 DB 68 55 0 35 E 8F 4B 31
Octal 40 333 150 125 0 65 16 217 113 61
Binary 100000 11011011 1101000 1010101 0 110101 1110 10001111 1001011 110001

Color Harmonies of #20DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB68

Black with #20DB68

Text Example


Text Example

White with #20DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,219,104); }

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

background-color css

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

 a { background-color: rgb(32,219,104); }

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

border-color css

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

 span { border-color: rgb(32,219,104); }

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