Html Css Color HEX #32DD74 Emerald

📋 copy color: '#32DD74'

red 50 ◦ green 221 ◦ blue 116

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

Shades of Emerald #32DD74

Tints of Emerald #32DD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 12.92%
G = 57.11%
B = 29.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#32DD74 (or 0x32DD74) is known color: Emerald. HEX triplet: 32, DD and 74. RGB value is (50,221,116). Sum of RGB (Red+Green+Blue) = 50+221+116=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD74 is #CD228B. Grayscale: #9E9E9E. Windows color (decimal): -13443724 or 7658802. OLE color: 7658802.

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

Color convert

RGB 50 221 116 -
CMYK 0.77 0 0.48 0.13
HSL 143.16º 0.72% 0.53% -
HSV(B) 143.16º 0.77% 0.87% -
XYZ 30.32 53.65 25.28 -
YUV 157.9 104.35 51.04 -
System Red Green Blue C M Y K H S L
Decimal 50 221 116 0.77 0 0.48 0.13 143.16 0.72 0.53
Hex 32 DD 74 4D 0 30 D 8F 48 35
Octal 62 335 164 115 0 60 15 217 110 65
Binary 110010 11011101 1110100 1001101 0 110000 1101 10001111 1001000 110101

Color Harmonies of #32DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD74

Black with #32DD74

Text Example


Text Example

White with #32DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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