Html Css Color HEX #50B875 Emerald

📋 copy color: '#50B875'

red 80 ◦ green 184 ◦ blue 117

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

Shades of Emerald #50B875

Tints of Emerald #50B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 21%
G = 48.29%
B = 30.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#50B875 (or 0x50B875) is known color: Emerald. HEX triplet: 50, B8 and 75. RGB value is (80,184,117). Sum of RGB (Red+Green+Blue) = 80+184+117=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #50B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B875 is #AF478A. Grayscale: #919191. Windows color (decimal): -11487115 or 7714896. OLE color: 7714896.

HSL color Cylindrical-coordinate representation of color #50B875: hue angle of 141.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B875 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 117 -
CMYK 0.57 0 0.36 0.28
HSL 141.35º 0.42% 0.52% -
HSV(B) 141.35º 0.57% 0.72% -
XYZ 23.66 37.27 22.78 -
YUV 145.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 80 184 117 0.57 0 0.36 0.28 141.35 0.42 0.52
Hex 50 B8 75 39 0 24 1C 8D 2A 34
Octal 120 270 165 71 0 44 34 215 52 64
Binary 1010000 10111000 1110101 111001 0 100100 11100 10001101 101010 110100

Color Harmonies of #50B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B875

Black with #50B875

Text Example


Text Example

White with #50B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,117); }

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

background-color css

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

 a { background-color: rgb(80,184,117); }

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

border-color css

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

 span { border-color: rgb(80,184,117); }

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