Html Css Color HEX #50F98D Emerald

📋 copy color: '#50F98D'

red 80 ◦ green 249 ◦ blue 141

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

Shades of Emerald #50F98D

Tints of Emerald #50F98D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.98%

 BLUE value IS 141 (55.47% from 255) = 30%

R = 17.02%
G = 52.98%
B = 30%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#50F98D (or 0x50F98D) is known color: Emerald. HEX triplet: 50, F9 and 8D. RGB value is (80,249,141). Sum of RGB (Red+Green+Blue) = 80+249+141=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #50F98D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F98D is #AF0672. Grayscale: #BABABA. Windows color (decimal): -11470451 or 9304400. OLE color: 9304400.

HSL color Cylindrical-coordinate representation of color #50F98D: hue angle of 141.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F98D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 249 141 -
CMYK 0.68 0 0.43 0.02
HSL 141.66º 0.93% 0.65% -
HSV(B) 141.66º 0.68% 0.98% -
XYZ 41.99 71.38 36.76 -
YUV 186.16 102.51 52.28 -
System Red Green Blue C M Y K H S L
Decimal 80 249 141 0.68 0 0.43 0.02 141.66 0.93 0.65
Hex 50 F9 8D 44 0 2B 2 8E 5D 41
Octal 120 371 215 104 0 53 2 216 135 101
Binary 1010000 11111001 10001101 1000100 0 101011 10 10001110 1011101 1000001

Color Harmonies of #50F98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F98D

Black with #50F98D

Text Example


Text Example

White with #50F98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,249,141); }

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

background-color css

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

 a { background-color: rgb(80,249,141); }

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

border-color css

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

 span { border-color: rgb(80,249,141); }

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