Html Css Color HEX #50F491 Emerald

📋 copy color: '#50F491'

red 80 ◦ green 244 ◦ blue 145

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

Shades of Emerald #50F491

Tints of Emerald #50F491

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.03%

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 17.06%
G = 52.03%
B = 30.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#50F491 (or 0x50F491) is known color: Emerald. HEX triplet: 50, F4 and 91. RGB value is (80,244,145). Sum of RGB (Red+Green+Blue) = 80+244+145=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #50F491 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F491 is #AF0B6E. Grayscale: #B7B7B7. Windows color (decimal): -11471727 or 9565264. OLE color: 9565264.

HSL color Cylindrical-coordinate representation of color #50F491: hue angle of 143.78º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F491 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 145 -
CMYK 0.67 0 0.41 0.04
HSL 143.78º 0.88% 0.64% -
HSV(B) 143.78º 0.67% 0.96% -
XYZ 40.77 68.45 37.85 -
YUV 183.68 106.17 54.05 -
System Red Green Blue C M Y K H S L
Decimal 80 244 145 0.67 0 0.41 0.04 143.78 0.88 0.64
Hex 50 F4 91 43 0 29 4 90 58 40
Octal 120 364 221 103 0 51 4 220 130 100
Binary 1010000 11110100 10010001 1000011 0 101001 100 10010000 1011000 1000000

Color Harmonies of #50F491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F491

Black with #50F491

Text Example


Text Example

White with #50F491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,145); }

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

background-color css

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

 a { background-color: rgb(80,244,145); }

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

border-color css

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

 span { border-color: rgb(80,244,145); }

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