Html Css Color HEX #50F589 Emerald

📋 copy color: '#50F589'

red 80 ◦ green 245 ◦ blue 137

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

Shades of Emerald #50F589

Tints of Emerald #50F589

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.03%

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 17.32%
G = 53.03%
B = 29.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#50F589 (or 0x50F589) is known color: Emerald. HEX triplet: 50, F5 and 89. RGB value is (80,245,137). Sum of RGB (Red+Green+Blue) = 80+245+137=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #50F589 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F589 is #AF0A76. Grayscale: #B7B7B7. Windows color (decimal): -11471479 or 9041232. OLE color: 9041232.

HSL color Cylindrical-coordinate representation of color #50F589: hue angle of 140.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F589 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 245 137 -
CMYK 0.67 0 0.44 0.04
HSL 140.73º 0.89% 0.64% -
HSV(B) 140.73º 0.67% 0.96% -
XYZ 40.48 68.82 34.82 -
YUV 183.35 101.84 54.28 -
System Red Green Blue C M Y K H S L
Decimal 80 245 137 0.67 0 0.44 0.04 140.73 0.89 0.64
Hex 50 F5 89 43 0 2C 4 8D 59 40
Octal 120 365 211 103 0 54 4 215 131 100
Binary 1010000 11110101 10001001 1000011 0 101100 100 10001101 1011001 1000000

Color Harmonies of #50F589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F589

Black with #50F589

Text Example


Text Example

White with #50F589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,245,137); }

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

background-color css

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

 a { background-color: rgb(80,245,137); }

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

border-color css

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

 span { border-color: rgb(80,245,137); }

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