#50BF88

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

Shades of Emerald #50BF88

Tints of Emerald #50BF88

Color information

#50BF88 (or 0x50BF88) is unknown color: approx Emerald. HEX triplet: 50, BF and 88. RGB value is (80,191,136). Sum of RGB (Red+Green+Blue) = 80+191+136=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF88 is #AF4077. Grayscale: #979797. Windows color (decimal): -11485304 or 8961872. OLE color: 8961872.

HSL color Cylindrical-coordinate representation of color #50BF88: hue angle of 150.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF88 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB80191136-
CMYK0.5800.290.25
HSL150.27º46.44%53.14%-
HSV(B)150.27º58.12%74.9%-
XYZ26.3840.7429.77-
YUV151.54119.2376.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=19.66%
G=46.93%
B=33.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911360.5800.290.25150.2746.4453.14
Hex50BF883A01D19962e35
Octal12027721072035312265665
Binary101000010111111100010001110100111011100110010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,136); }

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

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

 a { background-color: rgb(80,191,136); }

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

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

 span { border-color: rgb(80,191,136); }

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