Html Css Color HEX #50D675 Emerald

📋 copy color: '#50D675'

red 80 ◦ green 214 ◦ blue 117

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

Shades of Emerald #50D675

Tints of Emerald #50D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

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

R = 19.46%
G = 52.07%
B = 28.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#50D675 (or 0x50D675) is known color: Emerald. HEX triplet: 50, D6 and 75. RGB value is (80,214,117). Sum of RGB (Red+Green+Blue) = 80+214+117=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #50D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D675 is #AF298A. Grayscale: #A3A3A3. Windows color (decimal): -11479435 or 7722576. OLE color: 7722576.

HSL color Cylindrical-coordinate representation of color #50D675: hue angle of 136.57º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D675 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 117 -
CMYK 0.63 0 0.45 0.16
HSL 136.57º 0.62% 0.58% -
HSV(B) 136.57º 0.63% 0.84% -
XYZ 30.57 51.08 25.08 -
YUV 162.88 102.11 68.89 -
System Red Green Blue C M Y K H S L
Decimal 80 214 117 0.63 0 0.45 0.16 136.57 0.62 0.58
Hex 50 D6 75 3F 0 2D 10 89 3E 3A
Octal 120 326 165 77 0 55 20 211 76 72
Binary 1010000 11010110 1110101 111111 0 101101 10000 10001001 111110 111010

Color Harmonies of #50D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D675

Black with #50D675

Text Example


Text Example

White with #50D675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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