Html Css Color HEX #50D96A Emerald

📋 copy color: '#50D96A'

red 80 ◦ green 217 ◦ blue 106

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

Shades of Emerald #50D96A

Tints of Emerald #50D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 19.85%
G = 53.85%
B = 26.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#50D96A (or 0x50D96A) is known color: Emerald. HEX triplet: 50, D9 and 6A. RGB value is (80,217,106). Sum of RGB (Red+Green+Blue) = 80+217+106=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #50D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D96A is #AF2695. Grayscale: #A3A3A3. Windows color (decimal): -11478678 or 7002448. OLE color: 7002448.

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

Color convert

RGB 80 217 106 -
CMYK 0.63 0 0.51 0.15
HSL 131.39º 0.64% 0.58% -
HSV(B) 131.39º 0.63% 0.85% -
XYZ 30.72 52.37 22.13 -
YUV 163.38 95.61 68.53 -
System Red Green Blue C M Y K H S L
Decimal 80 217 106 0.63 0 0.51 0.15 131.39 0.64 0.58
Hex 50 D9 6A 3F 0 33 F 83 40 3A
Octal 120 331 152 77 0 63 17 203 100 72
Binary 1010000 11011001 1101010 111111 0 110011 1111 10000011 1000000 111010

Color Harmonies of #50D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D96A

Black with #50D96A

Text Example


Text Example

White with #50D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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