Html Css Color HEX #50C587 Emerald

📋 copy color: '#50C587'

red 80 ◦ green 197 ◦ blue 135

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

Shades of Emerald #50C587

Tints of Emerald #50C587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 19.42%
G = 47.82%
B = 32.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#50C587 (or 0x50C587) is known color: Emerald. HEX triplet: 50, C5 and 87. RGB value is (80,197,135). Sum of RGB (Red+Green+Blue) = 80+197+135=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #50C587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C587 is #AF3A78. Grayscale: #9B9B9B. Windows color (decimal): -11483769 or 8897872. OLE color: 8897872.

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

Color convert

RGB 80 197 135 -
CMYK 0.59 0 0.31 0.23
HSL 148.21º 0.5% 0.54% -
HSV(B) 148.21º 0.59% 0.77% -
XYZ 27.65 43.39 29.84 -
YUV 154.95 116.74 74.54 -
System Red Green Blue C M Y K H S L
Decimal 80 197 135 0.59 0 0.31 0.23 148.21 0.5 0.54
Hex 50 C5 87 3B 0 1F 17 94 32 36
Octal 120 305 207 73 0 37 27 224 62 66
Binary 1010000 11000101 10000111 111011 0 11111 10111 10010100 110010 110110

Color Harmonies of #50C587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C587

Black with #50C587

Text Example


Text Example

White with #50C587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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