Html Css Color HEX #50EA77 Emerald

📋 copy color: '#50EA77'

red 80 ◦ green 234 ◦ blue 119

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

Shades of Emerald #50EA77

Tints of Emerald #50EA77

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.04%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 18.48%
G = 54.04%
B = 27.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#50EA77 (or 0x50EA77) is known color: Emerald. HEX triplet: 50, EA and 77. RGB value is (80,234,119). Sum of RGB (Red+Green+Blue) = 80+234+119=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA77 is #AF1588. Grayscale: #AFAFAF. Windows color (decimal): -11474313 or 7858768. OLE color: 7858768.

HSL color Cylindrical-coordinate representation of color #50EA77: hue angle of 135.19º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA77 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 119 -
CMYK 0.66 0 0.49 0.08
HSL 135.19º 0.79% 0.62% -
HSV(B) 135.19º 0.66% 0.92% -
XYZ 36.06 61.88 27.5 -
YUV 174.84 96.48 60.35 -
System Red Green Blue C M Y K H S L
Decimal 80 234 119 0.66 0 0.49 0.08 135.19 0.79 0.62
Hex 50 EA 77 42 0 31 8 87 4F 3E
Octal 120 352 167 102 0 61 10 207 117 76
Binary 1010000 11101010 1110111 1000010 0 110001 1000 10000111 1001111 111110

Color Harmonies of #50EA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA77

Black with #50EA77

Text Example


Text Example

White with #50EA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,119); }

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

background-color css

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

 a { background-color: rgb(80,234,119); }

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

border-color css

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

 span { border-color: rgb(80,234,119); }

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