Html Css Color HEX #50F792 Emerald

📋 copy color: '#50F792'

red 80 ◦ green 247 ◦ blue 146

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

Shades of Emerald #50F792

Tints of Emerald #50F792

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.22%

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 16.91%
G = 52.22%
B = 30.87%

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

#50F792 (or 0x50F792) is known color: Emerald. HEX triplet: 50, F7 and 92. RGB value is (80,247,146). Sum of RGB (Red+Green+Blue) = 80+247+146=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #50F792 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F792 is #AF086D. Grayscale: #B9B9B9. Windows color (decimal): -11470958 or 9631568. OLE color: 9631568.

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

Color convert

RGB 80 247 146 -
CMYK 0.68 0 0.41 0.03
HSL 143.71º 0.91% 0.64% -
HSV(B) 143.71º 0.68% 0.97% -
XYZ 41.76 70.3 38.56 -
YUV 185.55 105.67 52.71 -
System Red Green Blue C M Y K H S L
Decimal 80 247 146 0.68 0 0.41 0.03 143.71 0.91 0.64
Hex 50 F7 92 44 0 29 3 90 5B 40
Octal 120 367 222 104 0 51 3 220 133 100
Binary 1010000 11110111 10010010 1000100 0 101001 11 10010000 1011011 1000000

Color Harmonies of #50F792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F792

Black with #50F792

Text Example


Text Example

White with #50F792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,146); }

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

background-color css

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

 a { background-color: rgb(80,247,146); }

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

border-color css

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

 span { border-color: rgb(80,247,146); }

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