#50BB72

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

Shades of Emerald #50BB72

Tints of Emerald #50BB72

Color information

#50BB72 (or 0x50BB72) is unknown color: approx Emerald. HEX triplet: 50, BB and 72. RGB value is (80,187,114). Sum of RGB (Red+Green+Blue) = 80+187+114=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB72 is #AF448D. Grayscale: #929292. Windows color (decimal): -11486350 or 7519056. OLE color: 7519056.

HSL color Cylindrical-coordinate representation of color #50BB72: hue angle of 139.07º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB72 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB80187114-
CMYK0.5700.390.27
HSL139.07º44.03%52.35%-
HSV(B)139.07º57.22%73.33%-
XYZ24.1238.4622.07-
YUV146.68109.5580.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=21.00%
G=49.08%
B=29.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871140.5700.390.27139.0744.0352.35
Hex50BB72390271B8b2c34
Octal12027316271047332135464
Binary101000010111011111001011100101001111101110001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,114); }

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

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

 a { background-color: rgb(80,187,114); }

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

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

 span { border-color: rgb(80,187,114); }

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