Html Css Color HEX #50DC5C Emerald

📋 copy color: '#50DC5C'

red 80 ◦ green 220 ◦ blue 92

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

Shades of Emerald #50DC5C

Tints of Emerald #50DC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.12%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 20.41%
G = 56.12%
B = 23.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#50DC5C (or 0x50DC5C) is known color: Emerald. HEX triplet: 50, DC and 5C. RGB value is (80,220,92). Sum of RGB (Red+Green+Blue) = 80+220+92=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DC5C is #AF23A3. Grayscale: #A3A3A3. Windows color (decimal): -11477924 or 6085712. OLE color: 6085712.

HSL color Cylindrical-coordinate representation of color #50DC5C: hue angle of 125.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DC5C is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 92 -
CMYK 0.64 0 0.58 0.14
HSL 125.14º 0.67% 0.59% -
HSV(B) 125.14º 0.64% 0.86% -
XYZ 30.83 53.66 18.86 -
YUV 163.55 87.62 68.41 -
System Red Green Blue C M Y K H S L
Decimal 80 220 92 0.64 0 0.58 0.14 125.14 0.67 0.59
Hex 50 DC 5C 40 0 3A E 7D 43 3B
Octal 120 334 134 100 0 72 16 175 103 73
Binary 1010000 11011100 1011100 1000000 0 111010 1110 1111101 1000011 111011

Color Harmonies of #50DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC5C

Black with #50DC5C

Text Example


Text Example

White with #50DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,92); }

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

background-color css

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

 a { background-color: rgb(80,220,92); }

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

border-color css

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

 span { border-color: rgb(80,220,92); }

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