Html Css Color HEX #50D08D Emerald

📋 copy color: '#50D08D'

red 80 ◦ green 208 ◦ blue 141

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

Shades of Emerald #50D08D

Tints of Emerald #50D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 18.65%
G = 48.48%
B = 32.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#50D08D (or 0x50D08D) is known color: Emerald. HEX triplet: 50, D0 and 8D. RGB value is (80,208,141). Sum of RGB (Red+Green+Blue) = 80+208+141=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #50D08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D08D is #AF2F72. Grayscale: #A2A2A2. Windows color (decimal): -11480947 or 9293904. OLE color: 9293904.

HSL color Cylindrical-coordinate representation of color #50D08D: hue angle of 148.59º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D08D is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 141 -
CMYK 0.62 0 0.32 0.18
HSL 148.59º 0.58% 0.56% -
HSV(B) 148.59º 0.62% 0.82% -
XYZ 30.67 48.74 32.99 -
YUV 162.09 116.09 69.45 -
System Red Green Blue C M Y K H S L
Decimal 80 208 141 0.62 0 0.32 0.18 148.59 0.58 0.56
Hex 50 D0 8D 3E 0 20 12 95 3A 38
Octal 120 320 215 76 0 40 22 225 72 70
Binary 1010000 11010000 10001101 111110 0 100000 10010 10010101 111010 111000

Color Harmonies of #50D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D08D

Black with #50D08D

Text Example


Text Example

White with #50D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,208,141); }

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

background-color css

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

 a { background-color: rgb(80,208,141); }

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

border-color css

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

 span { border-color: rgb(80,208,141); }

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