Html Css Color HEX #32DA60 Malachite

📋 copy color: '#32DA60'

red 50 ◦ green 218 ◦ blue 96

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

Shades of Malachite #32DA60

Tints of Malachite #32DA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 13.74%
G = 59.89%
B = 26.37%

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

#32DA60 (or 0x32DA60) is known color: Malachite. HEX triplet: 32, DA and 60. RGB value is (50,218,96). Sum of RGB (Red+Green+Blue) = 50+218+96=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA60 is #CD259F. Grayscale: #9A9A9A. Windows color (decimal): -13444512 or 6347314. OLE color: 6347314.

HSL color Cylindrical-coordinate representation of color #32DA60: hue angle of 136.43º 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 #32DA60 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 218 96 -
CMYK 0.77 0 0.56 0.15
HSL 136.43º 0.69% 0.53% -
HSV(B) 136.43º 0.77% 0.85% -
XYZ 28.5 51.67 19.54 -
YUV 153.86 95.34 53.92 -
System Red Green Blue C M Y K H S L
Decimal 50 218 96 0.77 0 0.56 0.15 136.43 0.69 0.53
Hex 32 DA 60 4D 0 38 F 88 45 35
Octal 62 332 140 115 0 70 17 210 105 65
Binary 110010 11011010 1100000 1001101 0 111000 1111 10001000 1000101 110101

Color Harmonies of #32DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DA60

Black with #32DA60

Text Example


Text Example

White with #32DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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