Html Css Color HEX #32DD6B Emerald

📋 copy color: '#32DD6B'

red 50 ◦ green 221 ◦ blue 107

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

Shades of Emerald #32DD6B

Tints of Emerald #32DD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 13.23%
G = 58.47%
B = 28.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#32DD6B (or 0x32DD6B) is known color: Emerald. HEX triplet: 32, DD and 6B. RGB value is (50,221,107). Sum of RGB (Red+Green+Blue) = 50+221+107=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD6B is #CD2294. Grayscale: #9D9D9D. Windows color (decimal): -13443733 or 7068978. OLE color: 7068978.

HSL color Cylindrical-coordinate representation of color #32DD6B: hue angle of 140º 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 #32DD6B is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 221 107 -
CMYK 0.77 0 0.52 0.13
HSL 140º 0.72% 0.53% -
HSV(B) 140º 0.77% 0.87% -
XYZ 29.83 53.45 22.66 -
YUV 156.88 99.85 51.77 -
System Red Green Blue C M Y K H S L
Decimal 50 221 107 0.77 0 0.52 0.13 140 0.72 0.53
Hex 32 DD 6B 4D 0 34 D 8C 48 35
Octal 62 335 153 115 0 64 15 214 110 65
Binary 110010 11011101 1101011 1001101 0 110100 1101 10001100 1001000 110101

Color Harmonies of #32DD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD6B

Black with #32DD6B

Text Example


Text Example

White with #32DD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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