#50CB60

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

Shades of Emerald #50CB60

Tints of Emerald #50CB60

Color information

#50CB60 (or 0x50CB60) is unknown color: approx Emerald. HEX triplet: 50, CB and 60. RGB value is (80,203,96). Sum of RGB (Red+Green+Blue) = 80+203+96=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB60 is #AF349F. Grayscale: #9A9A9A. Windows color (decimal): -11482272 or 6343504. OLE color: 6343504.

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

Color convert

RGB8020396-
CMYK0.6100.530.20
HSL127.8º54.19%55.49%-
HSV(B)127.8º60.59%79.61%-
XYZ26.7845.2618.39-
YUV154.0295.2575.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 203 (79.69% from 255) = 53.56%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=21.11%
G=53.56%
B=25.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203960.6100.530.20127.854.1955.49
Hex50CB603D03514803637
Octal12031314075065242006667
Binary101000011001011110000011110101101011010010000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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