Html Css Color HEX #20F050 Malachite

📋 copy color: '#20F050'

red 32 ◦ green 240 ◦ blue 80

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

Shades of Malachite #20F050

Tints of Malachite #20F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.18%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 9.09%
G = 68.18%
B = 22.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#20F050 (or 0x20F050) is known color: Malachite. HEX triplet: 20, F0 and 50. RGB value is (32,240,80). Sum of RGB (Red+Green+Blue) = 32+240+80=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #20F050 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F050 is #DF0FAF. Grayscale: #A0A0A0. Windows color (decimal): -14618544 or 5304352. OLE color: 5304352.

HSL color Cylindrical-coordinate representation of color #20F050: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F050 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 240 80 -
CMYK 0.87 0 0.67 0.06
HSL 133.85º 0.87% 0.53% -
HSV(B) 133.85º 0.87% 0.94% -
XYZ 33.2 63.21 18.04 -
YUV 159.57 83.09 37.01 -
System Red Green Blue C M Y K H S L
Decimal 32 240 80 0.87 0 0.67 0.06 133.85 0.87 0.53
Hex 20 F0 50 57 0 43 6 86 57 35
Octal 40 360 120 127 0 103 6 206 127 65
Binary 100000 11110000 1010000 1010111 0 1000011 110 10000110 1010111 110101

Color Harmonies of #20F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F050

Black with #20F050

Text Example


Text Example

White with #20F050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,240,80); }

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

background-color css

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

 a { background-color: rgb(32,240,80); }

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

border-color css

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

 span { border-color: rgb(32,240,80); }

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