Html Css Color HEX #50E96F Emerald

📋 copy color: '#50E96F'

red 80 ◦ green 233 ◦ blue 111

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

Shades of Emerald #50E96F

Tints of Emerald #50E96F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.95%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 18.87%
G = 54.95%
B = 26.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#50E96F (or 0x50E96F) is known color: Emerald. HEX triplet: 50, E9 and 6F. RGB value is (80,233,111). Sum of RGB (Red+Green+Blue) = 80+233+111=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #50E96F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E96F is #AF1690. Grayscale: #ADADAD. Windows color (decimal): -11474577 or 7334224. OLE color: 7334224.

HSL color Cylindrical-coordinate representation of color #50E96F: hue angle of 132.16º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E96F is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 111 -
CMYK 0.66 0 0.52 0.09
HSL 132.16º 0.78% 0.61% -
HSV(B) 132.16º 0.66% 0.91% -
XYZ 35.32 61.13 24.98 -
YUV 173.35 92.81 61.42 -
System Red Green Blue C M Y K H S L
Decimal 80 233 111 0.66 0 0.52 0.09 132.16 0.78 0.61
Hex 50 E9 6F 42 0 34 9 84 4E 3D
Octal 120 351 157 102 0 64 11 204 116 75
Binary 1010000 11101001 1101111 1000010 0 110100 1001 10000100 1001110 111101

Color Harmonies of #50E96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E96F

Black with #50E96F

Text Example


Text Example

White with #50E96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,111); }

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

background-color css

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

 a { background-color: rgb(80,233,111); }

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

border-color css

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

 span { border-color: rgb(80,233,111); }

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