#20F742

Color #20F742 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #20F742

Tints of Malachite #20F742

Color information

#20F742 (or 0x20F742) is unknown color: approx Malachite. HEX triplet: 20, F7 and 42. RGB value is (32,247,66). Sum of RGB (Red+Green+Blue) = 32+247+66=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #20F742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F742 is #DF08BD. Grayscale: #A2A2A2. Windows color (decimal): -14616766 or 4388640. OLE color: 4388640.

HSL color Cylindrical-coordinate representation of color #20F742: hue angle of 129.49º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F742 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB3224766-
CMYK0.8700.730.03
HSL129.49º93.07%54.71%-
HSV(B)129.49º87.04%96.86%-
XYZ34.8467.2216.29-
YUV162.0873.7735.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.28%
GREEN value IS 247 (96.88% from 255) = 71.59%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=9.28%
G=71.59%
B=19.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32247660.8700.730.03129.4993.0754.71
Hex20F742570493815d37
Octal403671021270111320113567
Binary10000011110111100001010101110100100111100000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,247,66); }

 H1.HeaderClassName
 {
   color: #20F742;
 }
 .AnyTagClassName
 {
   color: #20F742;
 }
</style>
background-color css

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

 a { background-color: rgb(32,247,66); }

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

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

 span { border-color: rgb(32,247,66); }

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