Html Css Color HEX #50CB80 Emerald

📋 copy color: '#50CB80'

red 80 ◦ green 203 ◦ blue 128

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

Shades of Emerald #50CB80

Tints of Emerald #50CB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 19.46%
G = 49.39%
B = 31.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#50CB80 (or 0x50CB80) is known color: Emerald. HEX triplet: 50, CB and 80. RGB value is (80,203,128). Sum of RGB (Red+Green+Blue) = 80+203+128=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CB80 is #AF347F. Grayscale: #9D9D9D. Windows color (decimal): -11482240 or 8440656. OLE color: 8440656.

HSL color Cylindrical-coordinate representation of color #50CB80: hue angle of 143.41º 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 #50CB80 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 128 -
CMYK 0.61 0 0.37 0.20
HSL 143.41º 0.54% 0.55% -
HSV(B) 143.41º 0.61% 0.8% -
XYZ 28.56 45.98 27.79 -
YUV 157.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 80 203 128 0.61 0 0.37 0.20 143.41 0.54 0.55
Hex 50 CB 80 3D 0 25 14 8F 36 37
Octal 120 313 200 75 0 45 24 217 66 67
Binary 1010000 11001011 10000000 111101 0 100101 10100 10001111 110110 110111

Color Harmonies of #50CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB80

Black with #50CB80

Text Example


Text Example

White with #50CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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