Html Css Color HEX #50B96E Emerald

📋 copy color: '#50B96E'

red 80 ◦ green 185 ◦ blue 110

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

Shades of Emerald #50B96E

Tints of Emerald #50B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

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

R = 21.33%
G = 49.33%
B = 29.33%

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

#50B96E (or 0x50B96E) is known color: Emerald. HEX triplet: 50, B9 and 6E. RGB value is (80,185,110). Sum of RGB (Red+Green+Blue) = 80+185+110=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #50B96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B96E is #AF4691. Grayscale: #919191. Windows color (decimal): -11486866 or 7256400. OLE color: 7256400.

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

Color convert

RGB 80 185 110 -
CMYK 0.57 0 0.41 0.27
HSL 137.14º 0.43% 0.52% -
HSV(B) 137.14º 0.57% 0.73% -
XYZ 23.47 37.53 20.76 -
YUV 145.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 80 185 110 0.57 0 0.41 0.27 137.14 0.43 0.52
Hex 50 B9 6E 39 0 29 1B 89 2B 34
Octal 120 271 156 71 0 51 33 211 53 64
Binary 1010000 10111001 1101110 111001 0 101001 11011 10001001 101011 110100

Color Harmonies of #50B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B96E

Black with #50B96E

Text Example


Text Example

White with #50B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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