#50BB71

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

Shades of Emerald #50BB71

Tints of Emerald #50BB71

Color information

#50BB71 (or 0x50BB71) is unknown color: approx Emerald. HEX triplet: 50, BB and 71. RGB value is (80,187,113). Sum of RGB (Red+Green+Blue) = 80+187+113=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB71 is #AF448E. Grayscale: #929292. Windows color (decimal): -11486351 or 7453520. OLE color: 7453520.

HSL color Cylindrical-coordinate representation of color #50BB71: hue angle of 138.5º 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 #50BB71 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB80187113-
CMYK0.5700.400.27
HSL138.5º44.03%52.35%-
HSV(B)138.5º57.22%73.33%-
XYZ24.0638.4421.77-
YUV146.57109.0580.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=21.05%
G=49.21%
B=29.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871130.5700.400.27138.544.0352.35
Hex50BB71390281B8b2c34
Octal12027316171050332135464
Binary101000010111011111000111100101010001101110001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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