Html Css Color HEX #50D26C Emerald

📋 copy color: '#50D26C'

red 80 ◦ green 210 ◦ blue 108

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

Shades of Emerald #50D26C

Tints of Emerald #50D26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 20.1%
G = 52.76%
B = 27.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#50D26C (or 0x50D26C) is known color: Emerald. HEX triplet: 50, D2 and 6C. RGB value is (80,210,108). Sum of RGB (Red+Green+Blue) = 80+210+108=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #50D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D26C is #AF2D93. Grayscale: #9F9F9F. Windows color (decimal): -11480468 or 7131728. OLE color: 7131728.

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

Color convert

RGB 80 210 108 -
CMYK 0.62 0 0.49 0.18
HSL 132.92º 0.59% 0.57% -
HSV(B) 132.92º 0.62% 0.82% -
XYZ 29.06 48.88 22.09 -
YUV 159.5 98.93 71.29 -
System Red Green Blue C M Y K H S L
Decimal 80 210 108 0.62 0 0.49 0.18 132.92 0.59 0.57
Hex 50 D2 6C 3E 0 31 12 85 3B 39
Octal 120 322 154 76 0 61 22 205 73 71
Binary 1010000 11010010 1101100 111110 0 110001 10010 10000101 111011 111001

Color Harmonies of #50D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D26C

Black with #50D26C

Text Example


Text Example

White with #50D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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