Html Css Color HEX #50D582 Emerald

📋 copy color: '#50D582'

red 80 ◦ green 213 ◦ blue 130

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

Shades of Emerald #50D582

Tints of Emerald #50D582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 18.91%
G = 50.35%
B = 30.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#50D582 (or 0x50D582) is known color: Emerald. HEX triplet: 50, D5 and 82. RGB value is (80,213,130). Sum of RGB (Red+Green+Blue) = 80+213+130=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #50D582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D582 is #AF2A7D. Grayscale: #A3A3A3. Windows color (decimal): -11479678 or 8574288. OLE color: 8574288.

HSL color Cylindrical-coordinate representation of color #50D582: hue angle of 142.56º 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 #50D582 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 130 -
CMYK 0.62 0 0.39 0.16
HSL 142.56º 0.61% 0.57% -
HSV(B) 142.56º 0.62% 0.84% -
XYZ 31.13 50.91 29.3 -
YUV 163.77 108.94 68.25 -
System Red Green Blue C M Y K H S L
Decimal 80 213 130 0.62 0 0.39 0.16 142.56 0.61 0.57
Hex 50 D5 82 3E 0 27 10 8F 3D 39
Octal 120 325 202 76 0 47 20 217 75 71
Binary 1010000 11010101 10000010 111110 0 100111 10000 10001111 111101 111001

Color Harmonies of #50D582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D582

Black with #50D582

Text Example


Text Example

White with #50D582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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