Html Css Color HEX #50DD87 Emerald

📋 copy color: '#50DD87'

red 80 ◦ green 221 ◦ blue 135

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

Shades of Emerald #50DD87

Tints of Emerald #50DD87

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

 BLUE value IS 135 (53.13% from 255) = 30.96%

R = 18.35%
G = 50.69%
B = 30.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#50DD87 (or 0x50DD87) is known color: Emerald. HEX triplet: 50, DD and 87. RGB value is (80,221,135). Sum of RGB (Red+Green+Blue) = 80+221+135=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DD87 is #AF2278. Grayscale: #A9A9A9. Windows color (decimal): -11477625 or 8904016. OLE color: 8904016.

HSL color Cylindrical-coordinate representation of color #50DD87: hue angle of 143.4º degrees, saturation: 0.67, 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 #50DD87 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 135 -
CMYK 0.64 0 0.39 0.13
HSL 143.4º 0.67% 0.59% -
HSV(B) 143.4º 0.64% 0.87% -
XYZ 33.54 55.17 31.8 -
YUV 169.04 108.79 64.49 -
System Red Green Blue C M Y K H S L
Decimal 80 221 135 0.64 0 0.39 0.13 143.4 0.67 0.59
Hex 50 DD 87 40 0 27 D 8F 43 3B
Octal 120 335 207 100 0 47 15 217 103 73
Binary 1010000 11011101 10000111 1000000 0 100111 1101 10001111 1000011 111011

Color Harmonies of #50DD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD87

Black with #50DD87

Text Example


Text Example

White with #50DD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,221,135); }

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

background-color css

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

 a { background-color: rgb(80,221,135); }

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

border-color css

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

 span { border-color: rgb(80,221,135); }

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