Html Css Color HEX #50E281 Emerald

📋 copy color: '#50E281'

red 80 ◦ green 226 ◦ blue 129

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

Shades of Emerald #50E281

Tints of Emerald #50E281

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.95%

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 18.39%
G = 51.95%
B = 29.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#50E281 (or 0x50E281) is known color: Emerald. HEX triplet: 50, E2 and 81. RGB value is (80,226,129). Sum of RGB (Red+Green+Blue) = 80+226+129=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #50E281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E281 is #AF1D7E. Grayscale: #ABABAB. Windows color (decimal): -11476351 or 8512080. OLE color: 8512080.

HSL color Cylindrical-coordinate representation of color #50E281: hue angle of 140.14º degrees, saturation: 0.72, 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 #50E281 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 129 -
CMYK 0.65 0 0.43 0.11
HSL 140.14º 0.72% 0.6% -
HSV(B) 140.14º 0.65% 0.89% -
XYZ 34.47 57.68 30.09 -
YUV 171.29 104.13 62.89 -
System Red Green Blue C M Y K H S L
Decimal 80 226 129 0.65 0 0.43 0.11 140.14 0.72 0.6
Hex 50 E2 81 41 0 2B B 8C 48 3C
Octal 120 342 201 101 0 53 13 214 110 74
Binary 1010000 11100010 10000001 1000001 0 101011 1011 10001100 1001000 111100

Color Harmonies of #50E281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E281

Black with #50E281

Text Example


Text Example

White with #50E281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,129); }

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

background-color css

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

 a { background-color: rgb(80,226,129); }

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

border-color css

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

 span { border-color: rgb(80,226,129); }

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