Html Css Color HEX #32D477 Emerald

📋 copy color: '#32D477'

red 50 ◦ green 212 ◦ blue 119

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

Shades of Emerald #32D477

Tints of Emerald #32D477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.64%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 13.12%
G = 55.64%
B = 31.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#32D477 (or 0x32D477) is known color: Emerald. HEX triplet: 32, D4 and 77. RGB value is (50,212,119). Sum of RGB (Red+Green+Blue) = 50+212+119=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #32D477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D477 is #CD2B88. Grayscale: #999999. Windows color (decimal): -13446025 or 7853106. OLE color: 7853106.

HSL color Cylindrical-coordinate representation of color #32D477: hue angle of 145.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D477 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 50 212 119 -
CMYK 0.76 0 0.44 0.17
HSL 145.56º 0.65% 0.51% -
HSV(B) 145.56º 0.76% 0.83% -
XYZ 28.19 49.1 25.44 -
YUV 152.96 108.83 54.56 -
System Red Green Blue C M Y K H S L
Decimal 50 212 119 0.76 0 0.44 0.17 145.56 0.65 0.51
Hex 32 D4 77 4C 0 2C 11 92 41 33
Octal 62 324 167 114 0 54 21 222 101 63
Binary 110010 11010100 1110111 1001100 0 101100 10001 10010010 1000001 110011

Color Harmonies of #32D477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D477

Black with #32D477

Text Example


Text Example

White with #32D477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,212,119); }

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

background-color css

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

 a { background-color: rgb(50,212,119); }

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

border-color css

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

 span { border-color: rgb(50,212,119); }

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