#50EA74

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

Shades of Emerald #50EA74

Tints of Emerald #50EA74

Color information

#50EA74 (or 0x50EA74) is unknown color: approx Emerald. HEX triplet: 50, EA and 74. RGB value is (80,234,116). Sum of RGB (Red+Green+Blue) = 80+234+116=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA74 is #AF158B. Grayscale: #AEAEAE. Windows color (decimal): -11474316 or 7662160. OLE color: 7662160.

HSL color Cylindrical-coordinate representation of color #50EA74: hue angle of 134.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA74 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB80234116-
CMYK0.6600.500.08
HSL134.03º78.57%61.57%-
HSV(B)134.03º65.81%91.76%-
XYZ35.8861.8126.56-
YUV174.594.9860.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 234 (91.80% from 255) = 54.42%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=18.60%
G=54.42%
B=26.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802341160.6600.500.08134.0378.5761.57
Hex50EA74420328864f3e
Octal1203521641020621020611776
Binary1010000111010101110100100001001100101000100001101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,234,116); }

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

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

 a { background-color: rgb(80,234,116); }

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

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

 span { border-color: rgb(80,234,116); }

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