Html Css Color HEX #20FA49 Malachite

📋 copy color: '#20FA49'

red 32 ◦ green 250 ◦ blue 73

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

Shades of Malachite #20FA49

Tints of Malachite #20FA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.42%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 9.01%
G = 70.42%
B = 20.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#20FA49 (or 0x20FA49) is known color: Malachite. HEX triplet: 20, FA and 49. RGB value is (32,250,73). Sum of RGB (Red+Green+Blue) = 32+250+73=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FA49 is #DF05B6. Grayscale: #A5A5A5. Windows color (decimal): -14615991 or 4848160. OLE color: 4848160.

HSL color Cylindrical-coordinate representation of color #20FA49: hue angle of 131.28º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FA49 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 73 -
CMYK 0.87 0 0.71 0.02
HSL 131.28º 0.96% 0.55% -
HSV(B) 131.28º 0.87% 0.98% -
XYZ 35.98 69.16 17.76 -
YUV 164.64 76.28 33.39 -
System Red Green Blue C M Y K H S L
Decimal 32 250 73 0.87 0 0.71 0.02 131.28 0.96 0.55
Hex 20 FA 49 57 0 47 2 83 60 37
Octal 40 372 111 127 0 107 2 203 140 67
Binary 100000 11111010 1001001 1010111 0 1000111 10 10000011 1100000 110111

Color Harmonies of #20FA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FA49

Black with #20FA49

Text Example


Text Example

White with #20FA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,250,73); }

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

background-color css

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

 a { background-color: rgb(32,250,73); }

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

border-color css

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

 span { border-color: rgb(32,250,73); }

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