#50CB62

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

Shades of Emerald #50CB62

Tints of Emerald #50CB62

Color information

#50CB62 (or 0x50CB62) is unknown color: approx Emerald. HEX triplet: 50, CB and 62. RGB value is (80,203,98). Sum of RGB (Red+Green+Blue) = 80+203+98=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB62 is #AF349D. Grayscale: #9A9A9A. Windows color (decimal): -11482270 or 6474576. OLE color: 6474576.

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

Color convert

RGB8020398-
CMYK0.6100.520.20
HSL128.78º54.19%55.49%-
HSV(B)128.78º60.59%79.61%-
XYZ26.8745.318.88-
YUV154.2596.2575.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 203 (79.69% from 255) = 53.28%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=21.00%
G=53.28%
B=25.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203980.6100.520.20128.7854.1955.49
Hex50CB623D03414813637
Octal12031314275064242016667
Binary101000011001011110001011110101101001010010000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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