Html Css Color HEX #50C46E Emerald

📋 copy color: '#50C46E'

red 80 ◦ green 196 ◦ blue 110

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

Shades of Emerald #50C46E

Tints of Emerald #50C46E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.78%

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

R = 20.73%
G = 50.78%
B = 28.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#50C46E (or 0x50C46E) is known color: Emerald. HEX triplet: 50, C4 and 6E. RGB value is (80,196,110). Sum of RGB (Red+Green+Blue) = 80+196+110=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #50C46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C46E is #AF3B91. Grayscale: #979797. Windows color (decimal): -11484050 or 7259216. OLE color: 7259216.

HSL color Cylindrical-coordinate representation of color #50C46E: hue angle of 135.52º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C46E is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 110 -
CMYK 0.59 0 0.44 0.23
HSL 135.52º 0.5% 0.54% -
HSV(B) 135.52º 0.59% 0.77% -
XYZ 25.86 42.31 21.56 -
YUV 151.51 104.57 76.99 -
System Red Green Blue C M Y K H S L
Decimal 80 196 110 0.59 0 0.44 0.23 135.52 0.5 0.54
Hex 50 C4 6E 3B 0 2C 17 88 32 36
Octal 120 304 156 73 0 54 27 210 62 66
Binary 1010000 11000100 1101110 111011 0 101100 10111 10001000 110010 110110

Color Harmonies of #50C46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C46E

Black with #50C46E

Text Example


Text Example

White with #50C46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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