Html Css Color HEX #32D661 Emerald

📋 copy color: '#32D661'

red 50 ◦ green 214 ◦ blue 97

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

Shades of Emerald #32D661

Tints of Emerald #32D661

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

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

R = 13.85%
G = 59.28%
B = 26.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#32D661 (or 0x32D661) is known color: Emerald. HEX triplet: 32, D6 and 61. RGB value is (50,214,97). Sum of RGB (Red+Green+Blue) = 50+214+97=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #32D661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D661 is #CD299E. Grayscale: #979797. Windows color (decimal): -13445535 or 6411826. OLE color: 6411826.

HSL color Cylindrical-coordinate representation of color #32D661: hue angle of 137.2º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D661 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 214 97 -
CMYK 0.77 0 0.55 0.16
HSL 137.2º 0.67% 0.52% -
HSV(B) 137.2º 0.77% 0.84% -
XYZ 27.52 49.63 19.44 -
YUV 151.63 97.17 55.51 -
System Red Green Blue C M Y K H S L
Decimal 50 214 97 0.77 0 0.55 0.16 137.2 0.67 0.52
Hex 32 D6 61 4D 0 37 10 89 43 34
Octal 62 326 141 115 0 67 20 211 103 64
Binary 110010 11010110 1100001 1001101 0 110111 10000 10001001 1000011 110100

Color Harmonies of #32D661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D661

Black with #32D661

Text Example


Text Example

White with #32D661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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