Html Css Color HEX #32E473 Emerald

📋 copy color: '#32E473'

red 50 ◦ green 228 ◦ blue 115

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

Shades of Emerald #32E473

Tints of Emerald #32E473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 58.02%

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 12.72%
G = 58.02%
B = 29.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#32E473 (or 0x32E473) is known color: Emerald. HEX triplet: 32, E4 and 73. RGB value is (50,228,115). Sum of RGB (Red+Green+Blue) = 50+228+115=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #32E473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E473 is #CD1B8C. Grayscale: #A2A2A2. Windows color (decimal): -13441933 or 7595058. OLE color: 7595058.

HSL color Cylindrical-coordinate representation of color #32E473: hue angle of 141.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E473 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 228 115 -
CMYK 0.78 0 0.50 0.11
HSL 141.91º 0.77% 0.55% -
HSV(B) 141.91º 0.78% 0.89% -
XYZ 32.15 57.4 25.6 -
YUV 161.9 101.53 48.19 -
System Red Green Blue C M Y K H S L
Decimal 50 228 115 0.78 0 0.50 0.11 141.91 0.77 0.55
Hex 32 E4 73 4E 0 32 B 8E 4D 37
Octal 62 344 163 116 0 62 13 216 115 67
Binary 110010 11100100 1110011 1001110 0 110010 1011 10001110 1001101 110111

Color Harmonies of #32E473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E473

Black with #32E473

Text Example


Text Example

White with #32E473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,228,115); }

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

background-color css

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

 a { background-color: rgb(50,228,115); }

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

border-color css

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

 span { border-color: rgb(50,228,115); }

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