Html Css Color HEX #32DD64 Emerald

📋 copy color: '#32DD64'

red 50 ◦ green 221 ◦ blue 100

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

Shades of Emerald #32DD64

Tints of Emerald #32DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.57%

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 13.48%
G = 59.57%
B = 26.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#32DD64 (or 0x32DD64) is known color: Emerald. HEX triplet: 32, DD and 64. RGB value is (50,221,100). Sum of RGB (Red+Green+Blue) = 50+221+100=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD64 is #CD229B. Grayscale: #9C9C9C. Windows color (decimal): -13443740 or 6610226. OLE color: 6610226.

HSL color Cylindrical-coordinate representation of color #32DD64: hue angle of 137.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DD64 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 221 100 -
CMYK 0.77 0 0.55 0.13
HSL 137.54º 0.72% 0.53% -
HSV(B) 137.54º 0.77% 0.87% -
XYZ 29.47 53.31 20.79 -
YUV 156.08 96.35 52.34 -
System Red Green Blue C M Y K H S L
Decimal 50 221 100 0.77 0 0.55 0.13 137.54 0.72 0.53
Hex 32 DD 64 4D 0 37 D 8A 48 35
Octal 62 335 144 115 0 67 15 212 110 65
Binary 110010 11011101 1100100 1001101 0 110111 1101 10001010 1001000 110101

Color Harmonies of #32DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD64

Black with #32DD64

Text Example


Text Example

White with #32DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,221,100); }

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

background-color css

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

 a { background-color: rgb(50,221,100); }

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

border-color css

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

 span { border-color: rgb(50,221,100); }

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