Html Css Color HEX #50F893 Emerald

📋 copy color: '#50F893'

red 80 ◦ green 248 ◦ blue 147

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

Shades of Emerald #50F893

Tints of Emerald #50F893

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.21%

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

R = 16.84%
G = 52.21%
B = 30.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#50F893 (or 0x50F893) is known color: Emerald. HEX triplet: 50, F8 and 93. RGB value is (80,248,147). Sum of RGB (Red+Green+Blue) = 80+248+147=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #50F893 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F893 is #AF076C. Grayscale: #BABABA. Windows color (decimal): -11470701 or 9697360. OLE color: 9697360.

HSL color Cylindrical-coordinate representation of color #50F893: hue angle of 143.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F893 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 147 -
CMYK 0.68 0 0.41 0.03
HSL 143.93º 0.92% 0.64% -
HSV(B) 143.93º 0.68% 0.97% -
XYZ 42.14 70.95 39.08 -
YUV 186.25 105.84 52.21 -
System Red Green Blue C M Y K H S L
Decimal 80 248 147 0.68 0 0.41 0.03 143.93 0.92 0.64
Hex 50 F8 93 44 0 29 3 90 5C 40
Octal 120 370 223 104 0 51 3 220 134 100
Binary 1010000 11111000 10010011 1000100 0 101001 11 10010000 1011100 1000000

Color Harmonies of #50F893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F893

Black with #50F893

Text Example


Text Example

White with #50F893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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