Html Css Color HEX #50D96E Emerald

📋 copy color: '#50D96E'

red 80 ◦ green 217 ◦ blue 110

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

Shades of Emerald #50D96E

Tints of Emerald #50D96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.32%

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 19.66%
G = 53.32%
B = 27.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#50D96E (or 0x50D96E) is known color: Emerald. HEX triplet: 50, D9 and 6E. RGB value is (80,217,110). Sum of RGB (Red+Green+Blue) = 80+217+110=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #50D96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D96E is #AF2691. Grayscale: #A4A4A4. Windows color (decimal): -11478674 or 7264592. OLE color: 7264592.

HSL color Cylindrical-coordinate representation of color #50D96E: hue angle of 133.14º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D96E is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 110 -
CMYK 0.63 0 0.49 0.15
HSL 133.14º 0.64% 0.58% -
HSV(B) 133.14º 0.63% 0.85% -
XYZ 30.94 52.46 23.25 -
YUV 163.84 97.61 68.2 -
System Red Green Blue C M Y K H S L
Decimal 80 217 110 0.63 0 0.49 0.15 133.14 0.64 0.58
Hex 50 D9 6E 3F 0 31 F 85 40 3A
Octal 120 331 156 77 0 61 17 205 100 72
Binary 1010000 11011001 1101110 111111 0 110001 1111 10000101 1000000 111010

Color Harmonies of #50D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D96E

Black with #50D96E

Text Example


Text Example

White with #50D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,110); }

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

background-color css

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

 a { background-color: rgb(80,217,110); }

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

border-color css

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

 span { border-color: rgb(80,217,110); }

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