Html Css Color HEX #50D28A Emerald

📋 copy color: '#50D28A'

red 80 ◦ green 210 ◦ blue 138

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

Shades of Emerald #50D28A

Tints of Emerald #50D28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 18.69%
G = 49.07%
B = 32.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#50D28A (or 0x50D28A) is known color: Emerald. HEX triplet: 50, D2 and 8A. RGB value is (80,210,138). Sum of RGB (Red+Green+Blue) = 80+210+138=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #50D28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D28A is #AF2D75. Grayscale: #A3A3A3. Windows color (decimal): -11480438 or 9097808. OLE color: 9097808.

HSL color Cylindrical-coordinate representation of color #50D28A: hue angle of 146.77º 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 #50D28A is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 138 -
CMYK 0.62 0 0.34 0.18
HSL 146.77º 0.59% 0.57% -
HSV(B) 146.77º 0.62% 0.82% -
XYZ 30.94 49.63 31.99 -
YUV 162.92 113.93 68.85 -
System Red Green Blue C M Y K H S L
Decimal 80 210 138 0.62 0 0.34 0.18 146.77 0.59 0.57
Hex 50 D2 8A 3E 0 22 12 93 3B 39
Octal 120 322 212 76 0 42 22 223 73 71
Binary 1010000 11010010 10001010 111110 0 100010 10010 10010011 111011 111001

Color Harmonies of #50D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D28A

Black with #50D28A

Text Example


Text Example

White with #50D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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