Html Css Color HEX #50F994 Emerald

📋 copy color: '#50F994'

red 80 ◦ green 249 ◦ blue 148

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

Shades of Emerald #50F994

Tints of Emerald #50F994

RGB

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

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

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

R = 16.77%
G = 52.2%
B = 31.03%

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

#50F994 (or 0x50F994) is known color: Emerald. HEX triplet: 50, F9 and 94. RGB value is (80,249,148). Sum of RGB (Red+Green+Blue) = 80+249+148=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #50F994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F994 is #AF066B. Grayscale: #BBBBBB. Windows color (decimal): -11470444 or 9763152. OLE color: 9763152.

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

Color convert

RGB 80 249 148 -
CMYK 0.68 0 0.41 0.02
HSL 144.14º 0.93% 0.65% -
HSV(B) 144.14º 0.68% 0.98% -
XYZ 42.53 71.59 39.59 -
YUV 186.96 106.01 51.71 -
System Red Green Blue C M Y K H S L
Decimal 80 249 148 0.68 0 0.41 0.02 144.14 0.93 0.65
Hex 50 F9 94 44 0 29 2 90 5D 41
Octal 120 371 224 104 0 51 2 220 135 101
Binary 1010000 11111001 10010100 1000100 0 101001 10 10010000 1011101 1000001

Color Harmonies of #50F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F994

Black with #50F994

Text Example


Text Example

White with #50F994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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