Html Css Color HEX #50C06E Emerald

📋 copy color: '#50C06E'

red 80 ◦ green 192 ◦ blue 110

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

Shades of Emerald #50C06E

Tints of Emerald #50C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.26%

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

R = 20.94%
G = 50.26%
B = 28.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#50C06E (or 0x50C06E) is known color: Emerald. HEX triplet: 50, C0 and 6E. RGB value is (80,192,110). Sum of RGB (Red+Green+Blue) = 80+192+110=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #50C06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C06E is #AF3F91. Grayscale: #959595. Windows color (decimal): -11485074 or 7258192. OLE color: 7258192.

HSL color Cylindrical-coordinate representation of color #50C06E: hue angle of 136.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C06E is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 110 -
CMYK 0.58 0 0.43 0.25
HSL 136.07º 0.47% 0.53% -
HSV(B) 136.07º 0.58% 0.75% -
XYZ 24.97 40.53 21.26 -
YUV 149.16 105.89 78.67 -
System Red Green Blue C M Y K H S L
Decimal 80 192 110 0.58 0 0.43 0.25 136.07 0.47 0.53
Hex 50 C0 6E 3A 0 2B 19 88 2F 35
Octal 120 300 156 72 0 53 31 210 57 65
Binary 1010000 11000000 1101110 111010 0 101011 11001 10001000 101111 110101

Color Harmonies of #50C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C06E

Black with #50C06E

Text Example


Text Example

White with #50C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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