Html Css Color HEX #32E470 Emerald

📋 copy color: '#32E470'

red 50 ◦ green 228 ◦ blue 112

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

Shades of Emerald #32E470

Tints of Emerald #32E470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 12.82%
G = 58.46%
B = 28.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#32E470 (or 0x32E470) is known color: Emerald. HEX triplet: 32, E4 and 70. RGB value is (50,228,112). Sum of RGB (Red+Green+Blue) = 50+228+112=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #32E470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E470 is #CD1B8F. Grayscale: #A1A1A1. Windows color (decimal): -13441936 or 7398450. OLE color: 7398450.

HSL color Cylindrical-coordinate representation of color #32E470: hue angle of 140.9º 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 #32E470 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 228 112 -
CMYK 0.78 0 0.51 0.11
HSL 140.9º 0.77% 0.55% -
HSV(B) 140.9º 0.78% 0.89% -
XYZ 31.98 57.33 24.71 -
YUV 161.55 100.03 48.43 -
System Red Green Blue C M Y K H S L
Decimal 50 228 112 0.78 0 0.51 0.11 140.9 0.77 0.55
Hex 32 E4 70 4E 0 33 B 8D 4D 37
Octal 62 344 160 116 0 63 13 215 115 67
Binary 110010 11100100 1110000 1001110 0 110011 1011 10001101 1001101 110111

Color Harmonies of #32E470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E470

Black with #32E470

Text Example


Text Example

White with #32E470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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