#50E274

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

Shades of Emerald #50E274

Tints of Emerald #50E274

Color information

#50E274 (or 0x50E274) is unknown color: approx Emerald. HEX triplet: 50, E2 and 74. RGB value is (80,226,116). Sum of RGB (Red+Green+Blue) = 80+226+116=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #50E274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E274 is #AF1D8B. Grayscale: #AAAAAA. Windows color (decimal): -11476364 or 7660112. OLE color: 7660112.

HSL color Cylindrical-coordinate representation of color #50E274: hue angle of 134.79º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E274 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB80226116-
CMYK0.6500.490.11
HSL134.79º71.57%60%-
HSV(B)134.79º64.6%88.63%-
XYZ33.6657.3625.82-
YUV169.8197.6363.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 226 (88.67% from 255) = 53.55%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=18.96%
G=53.55%
B=27.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802261160.6500.490.11134.7971.5760
Hex50E27441031B87483c
Octal1203421641010611320711074
Binary1010000111000101110100100000101100011011100001111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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