Html Css Color HEX #50F08B Emerald

📋 copy color: '#50F08B'

red 80 ◦ green 240 ◦ blue 139

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

Shades of Emerald #50F08B

Tints of Emerald #50F08B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 17.43%
G = 52.29%
B = 30.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#50F08B (or 0x50F08B) is known color: Emerald. HEX triplet: 50, F0 and 8B. RGB value is (80,240,139). Sum of RGB (Red+Green+Blue) = 80+240+139=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #50F08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F08B is #AF0F74. Grayscale: #B4B4B4. Windows color (decimal): -11472757 or 9171024. OLE color: 9171024.

HSL color Cylindrical-coordinate representation of color #50F08B: hue angle of 142.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F08B is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 240 139 -
CMYK 0.67 0 0.42 0.06
HSL 142.13º 0.84% 0.63% -
HSV(B) 142.13º 0.67% 0.94% -
XYZ 39.13 65.89 35.08 -
YUV 180.65 104.49 56.21 -
System Red Green Blue C M Y K H S L
Decimal 80 240 139 0.67 0 0.42 0.06 142.13 0.84 0.63
Hex 50 F0 8B 43 0 2A 6 8E 54 3F
Octal 120 360 213 103 0 52 6 216 124 77
Binary 1010000 11110000 10001011 1000011 0 101010 110 10001110 1010100 111111

Color Harmonies of #50F08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F08B

Black with #50F08B

Text Example


Text Example

White with #50F08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,240,139); }

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

background-color css

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

 a { background-color: rgb(80,240,139); }

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

border-color css

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

 span { border-color: rgb(80,240,139); }

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