Html Css Color HEX #20F540 Malachite

📋 copy color: '#20F540'

red 32 ◦ green 245 ◦ blue 64

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

Shades of Malachite #20F540

Tints of Malachite #20F540

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.85%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 9.38%
G = 71.85%
B = 18.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#20F540 (or 0x20F540) is known color: Malachite. HEX triplet: 20, F5 and 40. RGB value is (32,245,64). Sum of RGB (Red+Green+Blue) = 32+245+64=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #20F540 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F540 is #DF0ABF. Grayscale: #A1A1A1. Windows color (decimal): -14617280 or 4257056. OLE color: 4257056.

HSL color Cylindrical-coordinate representation of color #20F540: hue angle of 129.01º 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 #20F540 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 245 64 -
CMYK 0.87 0 0.74 0.04
HSL 129.01º 0.91% 0.54% -
HSV(B) 129.01º 0.87% 0.96% -
XYZ 34.17 65.98 15.79 -
YUV 160.68 73.43 36.22 -
System Red Green Blue C M Y K H S L
Decimal 32 245 64 0.87 0 0.74 0.04 129.01 0.91 0.54
Hex 20 F5 40 57 0 4A 4 81 5B 36
Octal 40 365 100 127 0 112 4 201 133 66
Binary 100000 11110101 1000000 1010111 0 1001010 100 10000001 1011011 110110

Color Harmonies of #20F540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F540

Black with #20F540

Text Example


Text Example

White with #20F540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,245,64); }

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

background-color css

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

 a { background-color: rgb(32,245,64); }

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

border-color css

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

 span { border-color: rgb(32,245,64); }

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