Html Css Color HEX #50C96E Emerald

📋 copy color: '#50C96E'

red 80 ◦ green 201 ◦ blue 110

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

Shades of Emerald #50C96E

Tints of Emerald #50C96E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.41%

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

R = 20.46%
G = 51.41%
B = 28.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#50C96E (or 0x50C96E) is known color: Emerald. HEX triplet: 50, C9 and 6E. RGB value is (80,201,110). Sum of RGB (Red+Green+Blue) = 80+201+110=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #50C96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C96E is #AF3691. Grayscale: #9A9A9A. Windows color (decimal): -11482770 or 7260496. OLE color: 7260496.

HSL color Cylindrical-coordinate representation of color #50C96E: hue angle of 134.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C96E is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 110 -
CMYK 0.60 0 0.45 0.21
HSL 134.88º 0.53% 0.55% -
HSV(B) 134.88º 0.6% 0.79% -
XYZ 27.01 44.6 21.94 -
YUV 154.45 102.91 74.9 -
System Red Green Blue C M Y K H S L
Decimal 80 201 110 0.60 0 0.45 0.21 134.88 0.53 0.55
Hex 50 C9 6E 3C 0 2D 15 87 35 37
Octal 120 311 156 74 0 55 25 207 65 67
Binary 1010000 11001001 1101110 111100 0 101101 10101 10000111 110101 110111

Color Harmonies of #50C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C96E

Black with #50C96E

Text Example


Text Example

White with #50C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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