#50E66C

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

Shades of Emerald #50E66C

Tints of Emerald #50E66C

Color information

#50E66C (or 0x50E66C) is unknown color: approx Emerald. HEX triplet: 50, E6 and 6C. RGB value is (80,230,108). Sum of RGB (Red+Green+Blue) = 80+230+108=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #50E66C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E66C is #AF1993. Grayscale: #ABABAB. Windows color (decimal): -11475348 or 7136848. OLE color: 7136848.

HSL color Cylindrical-coordinate representation of color #50E66C: hue angle of 131.2º 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 #50E66C is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB80230108-
CMYK0.6500.530.10
HSL131.2º75%60.78%-
HSV(B)131.2º65.22%90.2%-
XYZ34.3159.3823.84-
YUV171.2492.362.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 230 (90.23% from 255) = 55.02%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=19.14%
G=55.02%
B=25.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802301080.6500.530.10131.27560.78
Hex50E66C41035A834b3d
Octal1203461541010651220311375
Binary1010000111001101101100100000101101011010100000111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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