Html Css Color HEX #20D24F Malachite

📋 copy color: '#20D24F'

red 32 ◦ green 210 ◦ blue 79

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

Shades of Malachite #20D24F

Tints of Malachite #20D24F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 65.42%

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 9.97%
G = 65.42%
B = 24.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#20D24F (or 0x20D24F) is known color: Malachite. HEX triplet: 20, D2 and 4F. RGB value is (32,210,79). Sum of RGB (Red+Green+Blue) = 32+210+79=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #20D24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D24F is #DF2DB0. Grayscale: #8E8E8E. Windows color (decimal): -14626225 or 5231136. OLE color: 5231136.

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

Color convert

RGB 32 210 79 -
CMYK 0.85 0 0.62 0.18
HSL 135.84º 0.74% 0.47% -
HSV(B) 135.84º 0.85% 0.82% -
XYZ 25.05 46.96 15.14 -
YUV 141.84 92.53 49.65 -
System Red Green Blue C M Y K H S L
Decimal 32 210 79 0.85 0 0.62 0.18 135.84 0.74 0.47
Hex 20 D2 4F 55 0 3E 12 88 4A 2F
Octal 40 322 117 125 0 76 22 210 112 57
Binary 100000 11010010 1001111 1010101 0 111110 10010 10001000 1001010 101111

Color Harmonies of #20D24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D24F

Black with #20D24F

Text Example


Text Example

White with #20D24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,210,79); }

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

background-color css

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

 a { background-color: rgb(32,210,79); }

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

border-color css

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

 span { border-color: rgb(32,210,79); }

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