Html Css Color HEX #32E660 Malachite

📋 copy color: '#32E660'

red 50 ◦ green 230 ◦ blue 96

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

Shades of Malachite #32E660

Tints of Malachite #32E660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.17%

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

R = 13.3%
G = 61.17%
B = 25.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#32E660 (or 0x32E660) is known color: Malachite. HEX triplet: 32, E6 and 60. RGB value is (50,230,96). Sum of RGB (Red+Green+Blue) = 50+230+96=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 230 (90.23% from 255 or 61.17% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 230 - color contains mainly: green. Hex color #32E660 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E660 is #CD199F. Grayscale: #A1A1A1. Windows color (decimal): -13441440 or 6350386. OLE color: 6350386.

HSL color Cylindrical-coordinate representation of color #32E660: hue angle of 135.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E660 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 230 96 -
CMYK 0.78 0 0.58 0.10
HSL 135.33º 0.78% 0.55% -
HSV(B) 135.33º 0.78% 0.9% -
XYZ 31.72 58.12 20.61 -
YUV 160.9 91.37 48.9 -
System Red Green Blue C M Y K H S L
Decimal 50 230 96 0.78 0 0.58 0.10 135.33 0.78 0.55
Hex 32 E6 60 4E 0 3A A 87 4E 37
Octal 62 346 140 116 0 72 12 207 116 67
Binary 110010 11100110 1100000 1001110 0 111010 1010 10000111 1001110 110111

Color Harmonies of #32E660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E660

Black with #32E660

Text Example


Text Example

White with #32E660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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