Html Css Color HEX #50D28C Emerald

📋 copy color: '#50D28C'

red 80 ◦ green 210 ◦ blue 140

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

Shades of Emerald #50D28C

Tints of Emerald #50D28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 18.6%
G = 48.84%
B = 32.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#50D28C (or 0x50D28C) is known color: Emerald. HEX triplet: 50, D2 and 8C. RGB value is (80,210,140). Sum of RGB (Red+Green+Blue) = 80+210+140=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #50D28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D28C is #AF2D73. Grayscale: #A3A3A3. Windows color (decimal): -11480436 or 9228880. OLE color: 9228880.

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

Color convert

RGB 80 210 140 -
CMYK 0.62 0 0.33 0.18
HSL 147.69º 0.59% 0.57% -
HSV(B) 147.69º 0.62% 0.82% -
XYZ 31.09 49.69 32.76 -
YUV 163.15 114.93 68.69 -
System Red Green Blue C M Y K H S L
Decimal 80 210 140 0.62 0 0.33 0.18 147.69 0.59 0.57
Hex 50 D2 8C 3E 0 21 12 94 3B 39
Octal 120 322 214 76 0 41 22 224 73 71
Binary 1010000 11010010 10001100 111110 0 100001 10010 10010100 111011 111001

Color Harmonies of #50D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D28C

Black with #50D28C

Text Example


Text Example

White with #50D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,140); }

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

background-color css

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

 a { background-color: rgb(80,210,140); }

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

border-color css

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

 span { border-color: rgb(80,210,140); }

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