Html Css Color HEX #20D75B Malachite

📋 copy color: '#20D75B'

red 32 ◦ green 215 ◦ blue 91

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

Shades of Malachite #20D75B

Tints of Malachite #20D75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.61%

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 9.47%
G = 63.61%
B = 26.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#20D75B (or 0x20D75B) is known color: Malachite. HEX triplet: 20, D7 and 5B. RGB value is (32,215,91). Sum of RGB (Red+Green+Blue) = 32+215+91=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #20D75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D75B is #DF28A4. Grayscale: #929292. Windows color (decimal): -14624933 or 6018848. OLE color: 6018848.

HSL color Cylindrical-coordinate representation of color #20D75B: hue angle of 139.34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D75B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 215 91 -
CMYK 0.85 0 0.58 0.16
HSL 139.34º 0.74% 0.48% -
HSV(B) 139.34º 0.85% 0.84% -
XYZ 26.78 49.66 18.07 -
YUV 146.15 96.87 46.58 -
System Red Green Blue C M Y K H S L
Decimal 32 215 91 0.85 0 0.58 0.16 139.34 0.74 0.48
Hex 20 D7 5B 55 0 3A 10 8B 4A 30
Octal 40 327 133 125 0 72 20 213 112 60
Binary 100000 11010111 1011011 1010101 0 111010 10000 10001011 1001010 110000

Color Harmonies of #20D75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D75B

Black with #20D75B

Text Example


Text Example

White with #20D75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,215,91); }

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

background-color css

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

 a { background-color: rgb(32,215,91); }

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

border-color css

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

 span { border-color: rgb(32,215,91); }

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