Html Css Color HEX #20D048 Malachite

📋 copy color: '#20D048'

red 32 ◦ green 208 ◦ blue 72

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

Shades of Malachite #20D048

Tints of Malachite #20D048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 10.26%
G = 66.67%
B = 23.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#20D048 (or 0x20D048) is known color: Malachite. HEX triplet: 20, D0 and 48. RGB value is (32,208,72). Sum of RGB (Red+Green+Blue) = 32+208+72=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #20D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D048 is #DF2FB7. Grayscale: #8C8C8C. Windows color (decimal): -14626744 or 4771872. OLE color: 4771872.

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

Color convert

RGB 32 208 72 -
CMYK 0.85 0 0.65 0.18
HSL 133.64º 0.73% 0.47% -
HSV(B) 133.64º 0.85% 0.82% -
XYZ 24.32 45.89 13.71 -
YUV 139.87 89.69 51.06 -
System Red Green Blue C M Y K H S L
Decimal 32 208 72 0.85 0 0.65 0.18 133.64 0.73 0.47
Hex 20 D0 48 55 0 41 12 86 49 2F
Octal 40 320 110 125 0 101 22 206 111 57
Binary 100000 11010000 1001000 1010101 0 1000001 10010 10000110 1001001 101111

Color Harmonies of #20D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D048

Black with #20D048

Text Example


Text Example

White with #20D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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