Html Css Color HEX #50D58A Emerald

📋 copy color: '#50D58A'

red 80 ◦ green 213 ◦ blue 138

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

Shades of Emerald #50D58A

Tints of Emerald #50D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.42%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 18.56%
G = 49.42%
B = 32.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#50D58A (or 0x50D58A) is known color: Emerald. HEX triplet: 50, D5 and 8A. RGB value is (80,213,138). Sum of RGB (Red+Green+Blue) = 80+213+138=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #50D58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D58A is #AF2A75. Grayscale: #A4A4A4. Windows color (decimal): -11479670 or 9098576. OLE color: 9098576.

HSL color Cylindrical-coordinate representation of color #50D58A: hue angle of 146.17º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D58A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 138 -
CMYK 0.62 0 0.35 0.16
HSL 146.17º 0.61% 0.57% -
HSV(B) 146.17º 0.62% 0.84% -
XYZ 31.69 51.13 32.24 -
YUV 164.68 112.94 67.6 -
System Red Green Blue C M Y K H S L
Decimal 80 213 138 0.62 0 0.35 0.16 146.17 0.61 0.57
Hex 50 D5 8A 3E 0 23 10 92 3D 39
Octal 120 325 212 76 0 43 20 222 75 71
Binary 1010000 11010101 10001010 111110 0 100011 10000 10010010 111101 111001

Color Harmonies of #50D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D58A

Black with #50D58A

Text Example


Text Example

White with #50D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,138); }

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

background-color css

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

 a { background-color: rgb(80,213,138); }

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

border-color css

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

 span { border-color: rgb(80,213,138); }

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