Html Css Color HEX #50BB74 Emerald

📋 copy color: '#50BB74'

red 80 ◦ green 187 ◦ blue 116

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

Shades of Emerald #50BB74

Tints of Emerald #50BB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 20.89%
G = 48.83%
B = 30.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#50BB74 (or 0x50BB74) is known color: Emerald. HEX triplet: 50, BB and 74. RGB value is (80,187,116). Sum of RGB (Red+Green+Blue) = 80+187+116=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB74 is #AF448B. Grayscale: #939393. Windows color (decimal): -11486348 or 7650128. OLE color: 7650128.

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

Color convert

RGB 80 187 116 -
CMYK 0.57 0 0.38 0.27
HSL 140.19º 0.44% 0.52% -
HSV(B) 140.19º 0.57% 0.73% -
XYZ 24.23 38.51 22.68 -
YUV 146.91 110.55 80.27 -
System Red Green Blue C M Y K H S L
Decimal 80 187 116 0.57 0 0.38 0.27 140.19 0.44 0.52
Hex 50 BB 74 39 0 26 1B 8C 2C 34
Octal 120 273 164 71 0 46 33 214 54 64
Binary 1010000 10111011 1110100 111001 0 100110 11011 10001100 101100 110100

Color Harmonies of #50BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB74

Black with #50BB74

Text Example


Text Example

White with #50BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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