#50CB70

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

Shades of Emerald #50CB70

Tints of Emerald #50CB70

Color information

#50CB70 (or 0x50CB70) is unknown color: approx Emerald. HEX triplet: 50, CB and 70. RGB value is (80,203,112). Sum of RGB (Red+Green+Blue) = 80+203+112=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB70 is #AF348F. Grayscale: #9C9C9C. Windows color (decimal): -11482256 or 7392080. OLE color: 7392080.

HSL color Cylindrical-coordinate representation of color #50CB70: hue angle of 135.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB70 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB80203112-
CMYK0.6100.450.20
HSL135.61º54.19%55.49%-
HSV(B)135.61º60.59%79.61%-
XYZ27.5945.5922.67-
YUV155.85103.2573.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=20.25%
G=51.39%
B=28.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802031120.6100.450.20135.6154.1955.49
Hex50CB703D02D14883637
Octal12031316075055242106667
Binary101000011001011111000011110101011011010010001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,112); }

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

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

 a { background-color: rgb(80,203,112); }

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

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

 span { border-color: rgb(80,203,112); }

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