Html Css Color HEX #50EB74 Emerald

📋 copy color: '#50EB74'

red 80 ◦ green 235 ◦ blue 116

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

Shades of Emerald #50EB74

Tints of Emerald #50EB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.52%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 18.56%
G = 54.52%
B = 26.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#50EB74 (or 0x50EB74) is known color: Emerald. HEX triplet: 50, EB and 74. RGB value is (80,235,116). Sum of RGB (Red+Green+Blue) = 80+235+116=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB74 is #AF148B. Grayscale: #AFAFAF. Windows color (decimal): -11474060 or 7662416. OLE color: 7662416.

HSL color Cylindrical-coordinate representation of color #50EB74: hue angle of 133.94º 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 #50EB74 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 116 -
CMYK 0.66 0 0.51 0.08
HSL 133.94º 0.79% 0.62% -
HSV(B) 133.94º 0.66% 0.92% -
XYZ 36.17 62.38 26.66 -
YUV 175.09 94.65 60.18 -
System Red Green Blue C M Y K H S L
Decimal 80 235 116 0.66 0 0.51 0.08 133.94 0.79 0.62
Hex 50 EB 74 42 0 33 8 86 4F 3E
Octal 120 353 164 102 0 63 10 206 117 76
Binary 1010000 11101011 1110100 1000010 0 110011 1000 10000110 1001111 111110

Color Harmonies of #50EB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EB74

Black with #50EB74

Text Example


Text Example

White with #50EB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,116); }

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

background-color css

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

 a { background-color: rgb(80,235,116); }

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

border-color css

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

 span { border-color: rgb(80,235,116); }

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