Html Css Color HEX #50D48E Emerald

📋 copy color: '#50D48E'

red 80 ◦ green 212 ◦ blue 142

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

Shades of Emerald #50D48E

Tints of Emerald #50D48E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.85%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 18.43%
G = 48.85%
B = 32.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#50D48E (or 0x50D48E) is known color: Emerald. HEX triplet: 50, D4 and 8E. RGB value is (80,212,142). Sum of RGB (Red+Green+Blue) = 80+212+142=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #50D48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D48E is #AF2B71. Grayscale: #A4A4A4. Windows color (decimal): -11479922 or 9360464. OLE color: 9360464.

HSL color Cylindrical-coordinate representation of color #50D48E: hue angle of 148.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D48E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 212 142 -
CMYK 0.62 0 0.33 0.17
HSL 148.18º 0.61% 0.57% -
HSV(B) 148.18º 0.62% 0.83% -
XYZ 31.73 50.75 33.71 -
YUV 164.55 115.27 67.69 -
System Red Green Blue C M Y K H S L
Decimal 80 212 142 0.62 0 0.33 0.17 148.18 0.61 0.57
Hex 50 D4 8E 3E 0 21 11 94 3D 39
Octal 120 324 216 76 0 41 21 224 75 71
Binary 1010000 11010100 10001110 111110 0 100001 10001 10010100 111101 111001

Color Harmonies of #50D48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D48E

Black with #50D48E

Text Example


Text Example

White with #50D48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,142); }

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

background-color css

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

 a { background-color: rgb(80,212,142); }

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

border-color css

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

 span { border-color: rgb(80,212,142); }

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