Html Css Color HEX #50F993 Emerald

📋 copy color: '#50F993'

red 80 ◦ green 249 ◦ blue 147

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

Shades of Emerald #50F993

Tints of Emerald #50F993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 16.81%
G = 52.31%
B = 30.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#50F993 (or 0x50F993) is known color: Emerald. HEX triplet: 50, F9 and 93. RGB value is (80,249,147). Sum of RGB (Red+Green+Blue) = 80+249+147=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #50F993 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F993 is #AF066C. Grayscale: #BBBBBB. Windows color (decimal): -11470445 or 9697616. OLE color: 9697616.

HSL color Cylindrical-coordinate representation of color #50F993: hue angle of 143.79º 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 #50F993 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 249 147 -
CMYK 0.68 0 0.41 0.02
HSL 143.79º 0.93% 0.65% -
HSV(B) 143.79º 0.68% 0.98% -
XYZ 42.45 71.56 39.18 -
YUV 186.84 105.51 51.79 -
System Red Green Blue C M Y K H S L
Decimal 80 249 147 0.68 0 0.41 0.02 143.79 0.93 0.65
Hex 50 F9 93 44 0 29 2 90 5D 41
Octal 120 371 223 104 0 51 2 220 135 101
Binary 1010000 11111001 10010011 1000100 0 101001 10 10010000 1011101 1000001

Color Harmonies of #50F993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F993

Black with #50F993

Text Example


Text Example

White with #50F993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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