#50E684

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

Shades of Emerald #50E684

Tints of Emerald #50E684

Color information

#50E684 (or 0x50E684) is unknown color: approx Emerald. HEX triplet: 50, E6 and 84. RGB value is (80,230,132). Sum of RGB (Red+Green+Blue) = 80+230+132=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #50E684 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E684 is #AF197B. Grayscale: #AEAEAE. Windows color (decimal): -11475324 or 8709712. OLE color: 8709712.

HSL color Cylindrical-coordinate representation of color #50E684: hue angle of 140.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E684 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB80230132-
CMYK0.6500.430.10
HSL140.8º75%60.78%-
HSV(B)140.8º65.22%90.2%-
XYZ35.7759.9731.52-
YUV173.98104.360.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 230 (90.23% from 255) = 52.04%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=18.10%
G=52.04%
B=29.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802301320.6500.430.10140.87560.78
Hex50E6844102BA8d4b3d
Octal1203462041010531221511375
Binary10100001110011010000100100000101010111010100011011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,132); }

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

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

 a { background-color: rgb(80,230,132); }

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

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

 span { border-color: rgb(80,230,132); }

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