Html Css Color HEX #50E670 Emerald

📋 copy color: '#50E670'

red 80 ◦ green 230 ◦ blue 112

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

Shades of Emerald #50E670

Tints of Emerald #50E670

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.5%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 18.96%
G = 54.5%
B = 26.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#50E670 (or 0x50E670) is known color: Emerald. HEX triplet: 50, E6 and 70. RGB value is (80,230,112). Sum of RGB (Red+Green+Blue) = 80+230+112=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #50E670 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E670 is #AF198F. Grayscale: #ACACAC. Windows color (decimal): -11475344 or 7398992. OLE color: 7398992.

HSL color Cylindrical-coordinate representation of color #50E670: hue angle of 132.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E670 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 112 -
CMYK 0.65 0 0.51 0.10
HSL 132.8º 0.75% 0.61% -
HSV(B) 132.8º 0.65% 0.9% -
XYZ 34.53 59.47 24.99 -
YUV 171.7 94.31 62.59 -
System Red Green Blue C M Y K H S L
Decimal 80 230 112 0.65 0 0.51 0.10 132.8 0.75 0.61
Hex 50 E6 70 41 0 33 A 85 4B 3D
Octal 120 346 160 101 0 63 12 205 113 75
Binary 1010000 11100110 1110000 1000001 0 110011 1010 10000101 1001011 111101

Color Harmonies of #50E670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E670

Black with #50E670

Text Example


Text Example

White with #50E670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,112); }

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

background-color css

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

 a { background-color: rgb(80,230,112); }

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

border-color css

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

 span { border-color: rgb(80,230,112); }

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