Html Css Color HEX #20D065 Malachite

📋 copy color: '#20D065'

red 32 ◦ green 208 ◦ blue 101

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

Shades of Malachite #20D065

Tints of Malachite #20D065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 9.38%
G = 61%
B = 29.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#20D065 (or 0x20D065) is known color: Malachite. HEX triplet: 20, D0 and 65. RGB value is (32,208,101). Sum of RGB (Red+Green+Blue) = 32+208+101=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #20D065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D065 is #DF2F9A. Grayscale: #8F8F8F. Windows color (decimal): -14626715 or 6672416. OLE color: 6672416.

HSL color Cylindrical-coordinate representation of color #20D065: hue angle of 143.52º 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 #20D065 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 101 -
CMYK 0.85 0 0.51 0.18
HSL 143.52º 0.73% 0.47% -
HSV(B) 143.52º 0.85% 0.82% -
XYZ 25.5 46.36 19.92 -
YUV 143.18 104.19 48.7 -
System Red Green Blue C M Y K H S L
Decimal 32 208 101 0.85 0 0.51 0.18 143.52 0.73 0.47
Hex 20 D0 65 55 0 33 12 90 49 2F
Octal 40 320 145 125 0 63 22 220 111 57
Binary 100000 11010000 1100101 1010101 0 110011 10010 10010000 1001001 101111

Color Harmonies of #20D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D065

Black with #20D065

Text Example


Text Example

White with #20D065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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