Html Css Color HEX #50D273 Emerald

📋 copy color: '#50D273'

red 80 ◦ green 210 ◦ blue 115

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

Shades of Emerald #50D273

Tints of Emerald #50D273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.85%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 19.75%
G = 51.85%
B = 28.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#50D273 (or 0x50D273) is known color: Emerald. HEX triplet: 50, D2 and 73. RGB value is (80,210,115). Sum of RGB (Red+Green+Blue) = 80+210+115=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #50D273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D273 is #AF2D8C. Grayscale: #A0A0A0. Windows color (decimal): -11480461 or 7590480. OLE color: 7590480.

HSL color Cylindrical-coordinate representation of color #50D273: hue angle of 136.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D273 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 115 -
CMYK 0.62 0 0.45 0.18
HSL 136.15º 0.59% 0.57% -
HSV(B) 136.15º 0.62% 0.82% -
XYZ 29.45 49.04 24.13 -
YUV 160.3 102.43 70.72 -
System Red Green Blue C M Y K H S L
Decimal 80 210 115 0.62 0 0.45 0.18 136.15 0.59 0.57
Hex 50 D2 73 3E 0 2D 12 88 3B 39
Octal 120 322 163 76 0 55 22 210 73 71
Binary 1010000 11010010 1110011 111110 0 101101 10010 10001000 111011 111001

Color Harmonies of #50D273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D273

Black with #50D273

Text Example


Text Example

White with #50D273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,115); }

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

background-color css

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

 a { background-color: rgb(80,210,115); }

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

border-color css

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

 span { border-color: rgb(80,210,115); }

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