#20F555

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

Shades of Malachite #20F555

Tints of Malachite #20F555

Color information

#20F555 (or 0x20F555) is unknown color: approx Malachite. HEX triplet: 20, F5 and 55. RGB value is (32,245,85). Sum of RGB (Red+Green+Blue) = 32+245+85=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #20F555 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F555 is #DF0AAA. Grayscale: #A3A3A3. Windows color (decimal): -14617259 or 5633312. OLE color: 5633312.

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

Color convert

RGB3224585-
CMYK0.8700.650.04
HSL134.93º91.42%54.31%-
HSV(B)134.93º86.94%96.08%-
XYZ34.8966.2719.55-
YUV163.0783.9334.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.84%
GREEN value IS 245 (96.09% from 255) = 67.68%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=8.84%
G=67.68%
B=23.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal32245850.8700.650.04134.9391.4254.31
Hex20F555570414875b36
Octal403651251270101420713366
Binary100000111101011010101101011101000001100100001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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