Html Css Color HEX #32EF5D Malachite

📋 copy color: '#32EF5D'

red 50 ◦ green 239 ◦ blue 93

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

Shades of Malachite #32EF5D

Tints of Malachite #32EF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 13.09%
G = 62.57%
B = 24.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#32EF5D (or 0x32EF5D) is known color: Malachite. HEX triplet: 32, EF and 5D. RGB value is (50,239,93). Sum of RGB (Red+Green+Blue) = 50+239+93=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF5D is #CD10A2. Grayscale: #A6A6A6. Windows color (decimal): -13439139 or 6156082. OLE color: 6156082.

HSL color Cylindrical-coordinate representation of color #32EF5D: hue angle of 133.65º 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 #32EF5D is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 93 -
CMYK 0.79 0 0.61 0.06
HSL 133.65º 0.86% 0.57% -
HSV(B) 133.65º 0.79% 0.94% -
XYZ 34.16 63.2 20.75 -
YUV 165.85 86.88 45.37 -
System Red Green Blue C M Y K H S L
Decimal 50 239 93 0.79 0 0.61 0.06 133.65 0.86 0.57
Hex 32 EF 5D 4F 0 3D 6 86 56 39
Octal 62 357 135 117 0 75 6 206 126 71
Binary 110010 11101111 1011101 1001111 0 111101 110 10000110 1010110 111001

Color Harmonies of #32EF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF5D

Black with #32EF5D

Text Example


Text Example

White with #32EF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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