Html Css Color HEX #50CB8E Emerald

📋 copy color: '#50CB8E'

red 80 ◦ green 203 ◦ blue 142

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

Shades of Emerald #50CB8E

Tints of Emerald #50CB8E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.76%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 18.82%
G = 47.76%
B = 33.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#50CB8E (or 0x50CB8E) is known color: Emerald. HEX triplet: 50, CB and 8E. RGB value is (80,203,142). Sum of RGB (Red+Green+Blue) = 80+203+142=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CB8E is #AF3471. Grayscale: #9F9F9F. Windows color (decimal): -11482226 or 9358160. OLE color: 9358160.

HSL color Cylindrical-coordinate representation of color #50CB8E: hue angle of 150.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB8E is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 142 -
CMYK 0.61 0 0.30 0.20
HSL 150.24º 0.54% 0.55% -
HSV(B) 150.24º 0.61% 0.8% -
XYZ 29.55 46.37 32.98 -
YUV 159.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 80 203 142 0.61 0 0.30 0.20 150.24 0.54 0.55
Hex 50 CB 8E 3D 0 1E 14 96 36 37
Octal 120 313 216 75 0 36 24 226 66 67
Binary 1010000 11001011 10001110 111101 0 11110 10100 10010110 110110 110111

Color Harmonies of #50CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB8E

Black with #50CB8E

Text Example


Text Example

White with #50CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,142); }

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

background-color css

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

 a { background-color: rgb(80,203,142); }

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

border-color css

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

 span { border-color: rgb(80,203,142); }

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