#20F850

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

Shades of Malachite #20F850

Tints of Malachite #20F850

Color information

#20F850 (or 0x20F850) is unknown color: approx Malachite. HEX triplet: 20, F8 and 50. RGB value is (32,248,80). Sum of RGB (Red+Green+Blue) = 32+248+80=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #20F850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F850 is #DF07AF. Grayscale: #A4A4A4. Windows color (decimal): -14616496 or 5306400. OLE color: 5306400.

HSL color Cylindrical-coordinate representation of color #20F850: hue angle of 133.33º degrees, saturation: 0.94, 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 #20F850 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB3224880-
CMYK0.8700.680.03
HSL133.33º93.91%54.9%-
HSV(B)133.33º87.1%97.25%-
XYZ35.6168.0218.84-
YUV164.2680.4433.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.89%
GREEN value IS 248 (97.27% from 255) = 68.89%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=8.89%
G=68.89%
B=22.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32248800.8700.680.03133.3393.9154.9
Hex20F850570443855e37
Octal403701201270104320513667
Binary10000011111000101000010101110100010011100001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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