#50BB6B

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

Shades of Emerald #50BB6B

Tints of Emerald #50BB6B

Color information

#50BB6B (or 0x50BB6B) is unknown color: approx Emerald. HEX triplet: 50, BB and 6B. RGB value is (80,187,107). Sum of RGB (Red+Green+Blue) = 80+187+107=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB6B is #AF4494. Grayscale: #929292. Windows color (decimal): -11486357 or 7060304. OLE color: 7060304.

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

Color convert

RGB80187107-
CMYK0.5700.430.27
HSL135.14º44.03%52.35%-
HSV(B)135.14º57.22%73.33%-
XYZ23.7338.3120.05-
YUV145.89106.0581-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 187 (73.44% from 255) = 50%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=21.39%
G=50%
B=28.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871070.5700.430.27135.1444.0352.35
Hex50BB6B3902B1B872c34
Octal12027315371053332075464
Binary101000010111011110101111100101010111101110000111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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