Html Css Color HEX #50CA80 Emerald

📋 copy color: '#50CA80'

red 80 ◦ green 202 ◦ blue 128

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

Shades of Emerald #50CA80

Tints of Emerald #50CA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.27%

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

R = 19.51%
G = 49.27%
B = 31.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#50CA80 (or 0x50CA80) is known color: Emerald. HEX triplet: 50, CA and 80. RGB value is (80,202,128). Sum of RGB (Red+Green+Blue) = 80+202+128=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA80 is #AF357F. Grayscale: #9D9D9D. Windows color (decimal): -11482496 or 8440400. OLE color: 8440400.

HSL color Cylindrical-coordinate representation of color #50CA80: hue angle of 143.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA80 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 128 -
CMYK 0.60 0 0.37 0.21
HSL 143.61º 0.54% 0.55% -
HSV(B) 143.61º 0.6% 0.79% -
XYZ 28.33 45.51 27.71 -
YUV 157.09 111.58 73.02 -
System Red Green Blue C M Y K H S L
Decimal 80 202 128 0.60 0 0.37 0.21 143.61 0.54 0.55
Hex 50 CA 80 3C 0 25 15 90 36 37
Octal 120 312 200 74 0 45 25 220 66 67
Binary 1010000 11001010 10000000 111100 0 100101 10101 10010000 110110 110111

Color Harmonies of #50CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA80

Black with #50CA80

Text Example


Text Example

White with #50CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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