Html Css Color HEX #50CA7E Emerald

📋 copy color: '#50CA7E'

red 80 ◦ green 202 ◦ blue 126

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

Shades of Emerald #50CA7E

Tints of Emerald #50CA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 19.61%
G = 49.51%
B = 30.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#50CA7E (or 0x50CA7E) is known color: Emerald. HEX triplet: 50, CA and 7E. RGB value is (80,202,126). Sum of RGB (Red+Green+Blue) = 80+202+126=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA7E is #AF3581. Grayscale: #9D9D9D. Windows color (decimal): -11482498 or 8309328. OLE color: 8309328.

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

Color convert

RGB 80 202 126 -
CMYK 0.60 0 0.38 0.21
HSL 142.62º 0.54% 0.55% -
HSV(B) 142.62º 0.6% 0.79% -
XYZ 28.19 45.45 27.03 -
YUV 156.86 110.58 73.18 -
System Red Green Blue C M Y K H S L
Decimal 80 202 126 0.60 0 0.38 0.21 142.62 0.54 0.55
Hex 50 CA 7E 3C 0 26 15 8F 36 37
Octal 120 312 176 74 0 46 25 217 66 67
Binary 1010000 11001010 1111110 111100 0 100110 10101 10001111 110110 110111

Color Harmonies of #50CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA7E

Black with #50CA7E

Text Example


Text Example

White with #50CA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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