Html Css Color HEX #50F094 Emerald

📋 copy color: '#50F094'

red 80 ◦ green 240 ◦ blue 148

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

Shades of Emerald #50F094

Tints of Emerald #50F094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 17.09%
G = 51.28%
B = 31.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#50F094 (or 0x50F094) is known color: Emerald. HEX triplet: 50, F0 and 94. RGB value is (80,240,148). Sum of RGB (Red+Green+Blue) = 80+240+148=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #50F094 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F094 is #AF0F6B. Grayscale: #B5B5B5. Windows color (decimal): -11472748 or 9760848. OLE color: 9760848.

HSL color Cylindrical-coordinate representation of color #50F094: hue angle of 145.5º 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 #50F094 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 240 148 -
CMYK 0.67 0 0.38 0.06
HSL 145.5º 0.84% 0.63% -
HSV(B) 145.5º 0.67% 0.94% -
XYZ 39.81 66.16 38.69 -
YUV 181.67 108.99 55.48 -
System Red Green Blue C M Y K H S L
Decimal 80 240 148 0.67 0 0.38 0.06 145.5 0.84 0.63
Hex 50 F0 94 43 0 26 6 92 54 3F
Octal 120 360 224 103 0 46 6 222 124 77
Binary 1010000 11110000 10010100 1000011 0 100110 110 10010010 1010100 111111

Color Harmonies of #50F094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F094

Black with #50F094

Text Example


Text Example

White with #50F094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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