Html Css Color HEX #32DC61 Malachite

📋 copy color: '#32DC61'

red 50 ◦ green 220 ◦ blue 97

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

Shades of Malachite #32DC61

Tints of Malachite #32DC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.95%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 13.62%
G = 59.95%
B = 26.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#32DC61 (or 0x32DC61) is known color: Malachite. HEX triplet: 32, DC and 61. RGB value is (50,220,97). Sum of RGB (Red+Green+Blue) = 50+220+97=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC61 is #CD239E. Grayscale: #9B9B9B. Windows color (decimal): -13443999 or 6413362. OLE color: 6413362.

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

Color convert

RGB 50 220 97 -
CMYK 0.77 0 0.56 0.14
HSL 136.59º 0.71% 0.53% -
HSV(B) 136.59º 0.77% 0.86% -
XYZ 29.07 52.73 19.95 -
YUV 155.15 95.18 53 -
System Red Green Blue C M Y K H S L
Decimal 50 220 97 0.77 0 0.56 0.14 136.59 0.71 0.53
Hex 32 DC 61 4D 0 38 E 89 47 35
Octal 62 334 141 115 0 70 16 211 107 65
Binary 110010 11011100 1100001 1001101 0 111000 1110 10001001 1000111 110101

Color Harmonies of #32DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC61

Black with #32DC61

Text Example


Text Example

White with #32DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,220,97); }

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

background-color css

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

 a { background-color: rgb(50,220,97); }

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

border-color css

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

 span { border-color: rgb(50,220,97); }

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