#50E275

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

Shades of Emerald #50E275

Tints of Emerald #50E275

Color information

#50E275 (or 0x50E275) is unknown color: approx Emerald. HEX triplet: 50, E2 and 75. RGB value is (80,226,117). Sum of RGB (Red+Green+Blue) = 80+226+117=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #50E275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E275 is #AF1D8A. Grayscale: #AAAAAA. Windows color (decimal): -11476363 or 7725648. OLE color: 7725648.

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

Color convert

RGB80226117-
CMYK0.6500.480.11
HSL135.21º71.57%60%-
HSV(B)135.21º64.6%88.63%-
XYZ33.7257.3826.13-
YUV169.9298.1363.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 226 (88.67% from 255) = 53.43%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=18.91%
G=53.43%
B=27.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802261170.6500.480.11135.2171.5760
Hex50E27541030B87483c
Octal1203421651010601320711074
Binary1010000111000101110101100000101100001011100001111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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