#20C75F

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

Shades of Malachite #20C75F

Tints of Malachite #20C75F

Color information

#20C75F (or 0x20C75F) is unknown color: approx Malachite. HEX triplet: 20, C7 and 5F. RGB value is (32,199,95). Sum of RGB (Red+Green+Blue) = 32+199+95=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #20C75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C75F is #DF38A0. Grayscale: #898989. Windows color (decimal): -14629025 or 6276896. OLE color: 6276896.

HSL color Cylindrical-coordinate representation of color #20C75F: hue angle of 142.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C75F is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB3219995-
CMYK0.8400.520.22
HSL142.63º72.29%45.29%-
HSV(B)142.63º83.92%78.04%-
XYZ23.0841.9817.71-
YUV137.21104.1752.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.82%
GREEN value IS 199 (78.12% from 255) = 61.04%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=9.82%
G=61.04%
B=29.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32199950.8400.520.22142.6372.2945.29
Hex20C75F54034168f482d
Octal403071371240642621711055
Binary1000001100011110111111010100011010010110100011111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,199,95); }

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

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

 a { background-color: rgb(32,199,95); }

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

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

 span { border-color: rgb(32,199,95); }

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