Html Css Color HEX #50DC5A Emerald

📋 copy color: '#50DC5A'

red 80 ◦ green 220 ◦ blue 90

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

Shades of Emerald #50DC5A

Tints of Emerald #50DC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 20.51%
G = 56.41%
B = 23.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#50DC5A (or 0x50DC5A) is known color: Emerald. HEX triplet: 50, DC and 5A. RGB value is (80,220,90). Sum of RGB (Red+Green+Blue) = 80+220+90=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DC5A is #AF23A5. Grayscale: #A3A3A3. Windows color (decimal): -11477926 or 5954640. OLE color: 5954640.

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

Color convert

RGB 80 220 90 -
CMYK 0.64 0 0.59 0.14
HSL 124.29º 0.67% 0.59% -
HSV(B) 124.29º 0.64% 0.86% -
XYZ 30.75 53.63 18.4 -
YUV 163.32 86.62 68.57 -
System Red Green Blue C M Y K H S L
Decimal 80 220 90 0.64 0 0.59 0.14 124.29 0.67 0.59
Hex 50 DC 5A 40 0 3B E 7C 43 3B
Octal 120 334 132 100 0 73 16 174 103 73
Binary 1010000 11011100 1011010 1000000 0 111011 1110 1111100 1000011 111011

Color Harmonies of #50DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC5A

Black with #50DC5A

Text Example


Text Example

White with #50DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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