Html Css Color HEX #50BB6E Emerald

📋 copy color: '#50BB6E'

red 80 ◦ green 187 ◦ blue 110

#50BB6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50BB6E

Tints of Emerald #50BB6E

RGB

 RED value IS 80 (31.64% from 255) = 21.22%

 GREEN value IS 187 (73.44% from 255) = 49.6%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 21.22%
G = 49.6%
B = 29.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#50BB6E (or 0x50BB6E) is known color: Emerald. HEX triplet: 50, BB and 6E. RGB value is (80,187,110). Sum of RGB (Red+Green+Blue) = 80+187+110=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB6E is #AF4491. Grayscale: #929292. Windows color (decimal): -11486354 or 7256912. OLE color: 7256912.

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

Color convert

RGB 80 187 110 -
CMYK 0.57 0 0.41 0.27
HSL 136.82º 0.44% 0.52% -
HSV(B) 136.82º 0.57% 0.73% -
XYZ 23.89 38.37 20.9 -
YUV 146.23 107.55 80.76 -
System Red Green Blue C M Y K H S L
Decimal 80 187 110 0.57 0 0.41 0.27 136.82 0.44 0.52
Hex 50 BB 6E 39 0 29 1B 89 2C 34
Octal 120 273 156 71 0 51 33 211 54 64
Binary 1010000 10111011 1101110 111001 0 101001 11011 10001001 101100 110100

Color Harmonies of #50BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB6E

Black with #50BB6E

Text Example


Text Example

White with #50BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50BB6E;
 }
 .AnyTagClassName
 {
   color: #50BB6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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