Html Css Color HEX #50E975 Emerald

📋 copy color: '#50E975'

red 80 ◦ green 233 ◦ blue 117

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

Shades of Emerald #50E975

Tints of Emerald #50E975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.19%

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 18.6%
G = 54.19%
B = 27.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#50E975 (or 0x50E975) is known color: Emerald. HEX triplet: 50, E9 and 75. RGB value is (80,233,117). Sum of RGB (Red+Green+Blue) = 80+233+117=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #50E975 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E975 is #AF168A. Grayscale: #AEAEAE. Windows color (decimal): -11474571 or 7727440. OLE color: 7727440.

HSL color Cylindrical-coordinate representation of color #50E975: hue angle of 134.51º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E975 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 117 -
CMYK 0.66 0 0.50 0.09
HSL 134.51º 0.78% 0.61% -
HSV(B) 134.51º 0.66% 0.91% -
XYZ 35.66 61.27 26.78 -
YUV 174.03 95.81 60.93 -
System Red Green Blue C M Y K H S L
Decimal 80 233 117 0.66 0 0.50 0.09 134.51 0.78 0.61
Hex 50 E9 75 42 0 32 9 87 4E 3D
Octal 120 351 165 102 0 62 11 207 116 75
Binary 1010000 11101001 1110101 1000010 0 110010 1001 10000111 1001110 111101

Color Harmonies of #50E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E975

Black with #50E975

Text Example


Text Example

White with #50E975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,117); }

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

background-color css

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

 a { background-color: rgb(80,233,117); }

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

border-color css

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

 span { border-color: rgb(80,233,117); }

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