#32EC54

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

Shades of Malachite #32EC54

Tints of Malachite #32EC54

Color information

#32EC54 (or 0x32EC54) is unknown color: approx Malachite. HEX triplet: 32, EC and 54. RGB value is (50,236,84). Sum of RGB (Red+Green+Blue) = 50+236+84=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EC54 is #CD13AB. Grayscale: #A3A3A3. Windows color (decimal): -13439916 or 5565490. OLE color: 5565490.

HSL color Cylindrical-coordinate representation of color #32EC54: hue angle of 130.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EC54 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB5023684-
CMYK0.7900.640.07
HSL130.97º83.04%56.08%-
HSV(B)130.97º78.81%92.55%-
XYZ32.9161.3118.49-
YUV163.0683.3847.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 236 (92.58% from 255) = 63.78%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=13.51%
G=63.78%
B=22.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal50236840.7900.640.07130.9783.0456.08
Hex32EC544F0407835338
Octal623541241170100720312370
Binary110010111011001010100100111101000000111100000111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32EC54; }

 p { color: rgb(50,236,84); }

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

<style>
 a { background-color: #32EC54; }

 a { background-color: rgb(50,236,84); }

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

<style>
 span { border-color: #32EC54; }

 span { border-color: rgb(50,236,84); }

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