Html Css Color HEX #50DF85 Emerald

📋 copy color: '#50DF85'

red 80 ◦ green 223 ◦ blue 133

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

Shades of Emerald #50DF85

Tints of Emerald #50DF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 18.35%
G = 51.15%
B = 30.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#50DF85 (or 0x50DF85) is known color: Emerald. HEX triplet: 50, DF and 85. RGB value is (80,223,133). Sum of RGB (Red+Green+Blue) = 80+223+133=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF85 is #AF207A. Grayscale: #AAAAAA. Windows color (decimal): -11477115 or 8773456. OLE color: 8773456.

HSL color Cylindrical-coordinate representation of color #50DF85: hue angle of 142.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF85 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 133 -
CMYK 0.64 0 0.40 0.13
HSL 142.24º 0.69% 0.59% -
HSV(B) 142.24º 0.64% 0.87% -
XYZ 33.93 56.17 31.24 -
YUV 169.98 107.12 63.82 -
System Red Green Blue C M Y K H S L
Decimal 80 223 133 0.64 0 0.40 0.13 142.24 0.69 0.59
Hex 50 DF 85 40 0 28 D 8E 45 3B
Octal 120 337 205 100 0 50 15 216 105 73
Binary 1010000 11011111 10000101 1000000 0 101000 1101 10001110 1000101 111011

Color Harmonies of #50DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF85

Black with #50DF85

Text Example


Text Example

White with #50DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,133); }

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

background-color css

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

 a { background-color: rgb(80,223,133); }

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

border-color css

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

 span { border-color: rgb(80,223,133); }

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