Html Css Color HEX #20F940 Malachite

📋 copy color: '#20F940'

red 32 ◦ green 249 ◦ blue 64

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

Shades of Malachite #20F940

Tints of Malachite #20F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.17%

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

R = 9.28%
G = 72.17%
B = 18.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#20F940 (or 0x20F940) is known color: Malachite. HEX triplet: 20, F9 and 40. RGB value is (32,249,64). Sum of RGB (Red+Green+Blue) = 32+249+64=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #20F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F940 is #DF06BF. Grayscale: #A3A3A3. Windows color (decimal): -14616256 or 4258080. OLE color: 4258080.

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

Color convert

RGB 32 249 64 -
CMYK 0.87 0 0.74 0.02
HSL 128.85º 0.95% 0.55% -
HSV(B) 128.85º 0.87% 0.98% -
XYZ 35.4 68.43 16.19 -
YUV 163.03 72.11 34.54 -
System Red Green Blue C M Y K H S L
Decimal 32 249 64 0.87 0 0.74 0.02 128.85 0.95 0.55
Hex 20 F9 40 57 0 4A 2 81 5F 37
Octal 40 371 100 127 0 112 2 201 137 67
Binary 100000 11111001 1000000 1010111 0 1001010 10 10000001 1011111 110111

Color Harmonies of #20F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F940

Black with #20F940

Text Example


Text Example

White with #20F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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