Html Css Color HEX #20D04B Malachite

📋 copy color: '#20D04B'

red 32 ◦ green 208 ◦ blue 75

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

Shades of Malachite #20D04B

Tints of Malachite #20D04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 10.16%
G = 66.03%
B = 23.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#20D04B (or 0x20D04B) is known color: Malachite. HEX triplet: 20, D0 and 4B. RGB value is (32,208,75). Sum of RGB (Red+Green+Blue) = 32+208+75=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #20D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D04B is #DF2FB4. Grayscale: #8C8C8C. Windows color (decimal): -14626741 or 4968480. OLE color: 4968480.

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

Color convert

RGB 32 208 75 -
CMYK 0.85 0 0.64 0.18
HSL 134.66º 0.73% 0.47% -
HSV(B) 134.66º 0.85% 0.82% -
XYZ 24.42 45.93 14.23 -
YUV 140.21 91.19 50.81 -
System Red Green Blue C M Y K H S L
Decimal 32 208 75 0.85 0 0.64 0.18 134.66 0.73 0.47
Hex 20 D0 4B 55 0 40 12 87 49 2F
Octal 40 320 113 125 0 100 22 207 111 57
Binary 100000 11010000 1001011 1010101 0 1000000 10010 10000111 1001001 101111

Color Harmonies of #20D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D04B

Black with #20D04B

Text Example


Text Example

White with #20D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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