Html Css Color HEX #32DA5F Malachite

📋 copy color: '#32DA5F'

red 50 ◦ green 218 ◦ blue 95

#32DA5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #32DA5F

Tints of Malachite #32DA5F

RGB

 RED value IS 50 (19.92% from 255) = 13.77%

 GREEN value IS 218 (85.55% from 255) = 60.06%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 13.77%
G = 60.06%
B = 26.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#32DA5F (or 0x32DA5F) is known color: Malachite. HEX triplet: 32, DA and 5F. RGB value is (50,218,95). Sum of RGB (Red+Green+Blue) = 50+218+95=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA5F is #CD25A0. Grayscale: #9A9A9A. Windows color (decimal): -13444513 or 6281778. OLE color: 6281778.

HSL color Cylindrical-coordinate representation of color #32DA5F: hue angle of 136.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA5F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 218 95 -
CMYK 0.77 0 0.56 0.15
HSL 136.07º 0.69% 0.53% -
HSV(B) 136.07º 0.77% 0.85% -
XYZ 28.45 51.65 19.3 -
YUV 153.75 94.84 54 -
System Red Green Blue C M Y K H S L
Decimal 50 218 95 0.77 0 0.56 0.15 136.07 0.69 0.53
Hex 32 DA 5F 4D 0 38 F 88 45 35
Octal 62 332 137 115 0 70 17 210 105 65
Binary 110010 11011010 1011111 1001101 0 111000 1111 10001000 1000101 110101

Color Harmonies of #32DA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DA5F

Black with #32DA5F

Text Example


Text Example

White with #32DA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,218,95); }

 H1.HeaderClassName
 {
   color: #32DA5F;
 }
 .AnyTagClassName
 {
   color: #32DA5F;
 }
</style>

background-color css

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

 a { background-color: rgb(50,218,95); }

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

border-color css

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

 span { border-color: rgb(50,218,95); }

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