Html Css Color HEX #50D668 Emerald

📋 copy color: '#50D668'

red 80 ◦ green 214 ◦ blue 104

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

Shades of Emerald #50D668

Tints of Emerald #50D668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 20.1%
G = 53.77%
B = 26.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#50D668 (or 0x50D668) is known color: Emerald. HEX triplet: 50, D6 and 68. RGB value is (80,214,104). Sum of RGB (Red+Green+Blue) = 80+214+104=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #50D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D668 is #AF2997. Grayscale: #A1A1A1. Windows color (decimal): -11479448 or 6870608. OLE color: 6870608.

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

Color convert

RGB 80 214 104 -
CMYK 0.63 0 0.51 0.16
HSL 130.75º 0.62% 0.58% -
HSV(B) 130.75º 0.63% 0.84% -
XYZ 29.85 50.8 21.33 -
YUV 161.39 95.61 69.94 -
System Red Green Blue C M Y K H S L
Decimal 80 214 104 0.63 0 0.51 0.16 130.75 0.62 0.58
Hex 50 D6 68 3F 0 33 10 83 3E 3A
Octal 120 326 150 77 0 63 20 203 76 72
Binary 1010000 11010110 1101000 111111 0 110011 10000 10000011 111110 111010

Color Harmonies of #50D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D668

Black with #50D668

Text Example


Text Example

White with #50D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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