Html Css Color HEX #32EF60 Malachite

📋 copy color: '#32EF60'

red 50 ◦ green 239 ◦ blue 96

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

Shades of Malachite #32EF60

Tints of Malachite #32EF60

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.08%

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

R = 12.99%
G = 62.08%
B = 24.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#32EF60 (or 0x32EF60) is known color: Malachite. HEX triplet: 32, EF and 60. RGB value is (50,239,96). Sum of RGB (Red+Green+Blue) = 50+239+96=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF60 is #CD109F. Grayscale: #A6A6A6. Windows color (decimal): -13439136 or 6352690. OLE color: 6352690.

HSL color Cylindrical-coordinate representation of color #32EF60: hue angle of 134.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF60 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 96 -
CMYK 0.79 0 0.60 0.06
HSL 134.6º 0.86% 0.57% -
HSV(B) 134.6º 0.79% 0.94% -
XYZ 34.29 63.26 21.47 -
YUV 166.19 88.38 45.13 -
System Red Green Blue C M Y K H S L
Decimal 50 239 96 0.79 0 0.60 0.06 134.6 0.86 0.57
Hex 32 EF 60 4F 0 3C 6 87 56 39
Octal 62 357 140 117 0 74 6 207 126 71
Binary 110010 11101111 1100000 1001111 0 111100 110 10000111 1010110 111001

Color Harmonies of #32EF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF60

Black with #32EF60

Text Example


Text Example

White with #32EF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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