Html Css Color HEX #50E471 Emerald

📋 copy color: '#50E471'

red 80 ◦ green 228 ◦ blue 113

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

Shades of Emerald #50E471

Tints of Emerald #50E471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.16%

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 19%
G = 54.16%
B = 26.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#50E471 (or 0x50E471) is known color: Emerald. HEX triplet: 50, E4 and 71. RGB value is (80,228,113). Sum of RGB (Red+Green+Blue) = 80+228+113=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #50E471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E471 is #AF1B8E. Grayscale: #AAAAAA. Windows color (decimal): -11475855 or 7464016. OLE color: 7464016.

HSL color Cylindrical-coordinate representation of color #50E471: hue angle of 133.38º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E471 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 113 -
CMYK 0.65 0 0.50 0.11
HSL 133.38º 0.73% 0.6% -
HSV(B) 133.38º 0.65% 0.89% -
XYZ 34.03 58.38 25.1 -
YUV 170.64 95.47 63.35 -
System Red Green Blue C M Y K H S L
Decimal 80 228 113 0.65 0 0.50 0.11 133.38 0.73 0.6
Hex 50 E4 71 41 0 32 B 85 49 3C
Octal 120 344 161 101 0 62 13 205 111 74
Binary 1010000 11100100 1110001 1000001 0 110010 1011 10000101 1001001 111100

Color Harmonies of #50E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E471

Black with #50E471

Text Example


Text Example

White with #50E471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,228,113); }

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

background-color css

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

 a { background-color: rgb(80,228,113); }

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

border-color css

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

 span { border-color: rgb(80,228,113); }

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