#50EC92

Color #50EC92 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50EC92

Tints of Emerald #50EC92

Color information

#50EC92 (or 0x50EC92) is unknown color: approx Emerald. HEX triplet: 50, EC and 92. RGB value is (80,236,146). Sum of RGB (Red+Green+Blue) = 80+236+146=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC92 is #AF136D. Grayscale: #B3B3B3. Windows color (decimal): -11473774 or 9628752. OLE color: 9628752.

HSL color Cylindrical-coordinate representation of color #50EC92: hue angle of 145.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC92 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB80236146-
CMYK0.6600.380.07
HSL145.38º80.41%61.96%-
HSV(B)145.38º66.1%92.55%-
XYZ38.4963.7737.47-
YUV179.1109.3257.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.32%
GREEN value IS 236 (92.58% from 255) = 51.08%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=17.32%
G=51.08%
B=31.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802361460.6600.380.07145.3880.4161.96
Hex50EC9242026791503e
Octal120354222102046722112076
Binary1010000111011001001001010000100100110111100100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50EC92; }

 p { color: rgb(80,236,146); }

 H1.HeaderClassName
 {
   color: #50EC92;
 }
 .AnyTagClassName
 {
   color: #50EC92;
 }
</style>
background-color css

<style>
 a { background-color: #50EC92; }

 a { background-color: rgb(80,236,146); }

 div.DivClassName
 {
   background-color: #50EC92;
 }
 .BgClassName
 {
   background-color: #50EC92;
 }
</style>
border-color css

<style>
 span { border-color: #50EC92; }

 span { border-color: rgb(80,236,146); }

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