Html Css Color HEX #20F449 Malachite

📋 copy color: '#20F449'

red 32 ◦ green 244 ◦ blue 73

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

Shades of Malachite #20F449

Tints of Malachite #20F449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 69.91%

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

R = 9.17%
G = 69.91%
B = 20.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#20F449 (or 0x20F449) is known color: Malachite. HEX triplet: 20, F4 and 49. RGB value is (32,244,73). Sum of RGB (Red+Green+Blue) = 32+244+73=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 244 (95.70% from 255 or 69.91% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 244 - color contains mainly: green. Hex color #20F449 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F449 is #DF0BB6. Grayscale: #A1A1A1. Windows color (decimal): -14617527 or 4846624. OLE color: 4846624.

HSL color Cylindrical-coordinate representation of color #20F449: hue angle of 131.6º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F449 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 244 73 -
CMYK 0.87 0 0.70 0.04
HSL 131.6º 0.91% 0.54% -
HSV(B) 131.6º 0.87% 0.96% -
XYZ 34.15 65.49 17.14 -
YUV 161.12 78.26 35.9 -
System Red Green Blue C M Y K H S L
Decimal 32 244 73 0.87 0 0.70 0.04 131.6 0.91 0.54
Hex 20 F4 49 57 0 46 4 84 5B 36
Octal 40 364 111 127 0 106 4 204 133 66
Binary 100000 11110100 1001001 1010111 0 1000110 100 10000100 1011011 110110

Color Harmonies of #20F449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F449

Black with #20F449

Text Example


Text Example

White with #20F449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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