Html Css Color HEX #50C56F Emerald

📋 copy color: '#50C56F'

red 80 ◦ green 197 ◦ blue 111

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

Shades of Emerald #50C56F

Tints of Emerald #50C56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.77%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 20.62%
G = 50.77%
B = 28.61%

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

#50C56F (or 0x50C56F) is known color: Emerald. HEX triplet: 50, C5 and 6F. RGB value is (80,197,111). Sum of RGB (Red+Green+Blue) = 80+197+111=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #50C56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C56F is #AF3A90. Grayscale: #989898. Windows color (decimal): -11483793 or 7325008. OLE color: 7325008.

HSL color Cylindrical-coordinate representation of color #50C56F: hue angle of 135.9º 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 #50C56F is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 111 -
CMYK 0.59 0 0.44 0.23
HSL 135.9º 0.5% 0.54% -
HSV(B) 135.9º 0.59% 0.77% -
XYZ 26.14 42.79 21.92 -
YUV 152.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 80 197 111 0.59 0 0.44 0.23 135.9 0.5 0.54
Hex 50 C5 6F 3B 0 2C 17 88 32 36
Octal 120 305 157 73 0 54 27 210 62 66
Binary 1010000 11000101 1101111 111011 0 101100 10111 10001000 110010 110110

Color Harmonies of #50C56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C56F

Black with #50C56F

Text Example


Text Example

White with #50C56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,197,111); }

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

background-color css

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

 a { background-color: rgb(80,197,111); }

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

border-color css

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

 span { border-color: rgb(80,197,111); }

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