Html Css Color HEX #50C565 Emerald

📋 copy color: '#50C565'

red 80 ◦ green 197 ◦ blue 101

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

Shades of Emerald #50C565

Tints of Emerald #50C565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 21.16%
G = 52.12%
B = 26.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#50C565 (or 0x50C565) is known color: Emerald. HEX triplet: 50, C5 and 65. RGB value is (80,197,101). Sum of RGB (Red+Green+Blue) = 80+197+101=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #50C565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C565 is #AF3A9A. Grayscale: #979797. Windows color (decimal): -11483803 or 6669648. OLE color: 6669648.

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

Color convert

RGB 80 197 101 -
CMYK 0.59 0 0.49 0.23
HSL 130.77º 0.5% 0.54% -
HSV(B) 130.77º 0.59% 0.77% -
XYZ 25.62 42.58 19.18 -
YUV 151.07 99.74 77.31 -
System Red Green Blue C M Y K H S L
Decimal 80 197 101 0.59 0 0.49 0.23 130.77 0.5 0.54
Hex 50 C5 65 3B 0 31 17 83 32 36
Octal 120 305 145 73 0 61 27 203 62 66
Binary 1010000 11000101 1100101 111011 0 110001 10111 10000011 110010 110110

Color Harmonies of #50C565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C565

Black with #50C565

Text Example


Text Example

White with #50C565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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