Html Css Color HEX #50D36C Emerald

📋 copy color: '#50D36C'

red 80 ◦ green 211 ◦ blue 108

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

Shades of Emerald #50D36C

Tints of Emerald #50D36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.88%

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

R = 20.05%
G = 52.88%
B = 27.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#50D36C (or 0x50D36C) is known color: Emerald. HEX triplet: 50, D3 and 6C. RGB value is (80,211,108). Sum of RGB (Red+Green+Blue) = 80+211+108=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #50D36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D36C is #AF2C93. Grayscale: #A0A0A0. Windows color (decimal): -11480212 or 7131984. OLE color: 7131984.

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

Color convert

RGB 80 211 108 -
CMYK 0.62 0 0.49 0.17
HSL 132.82º 0.6% 0.57% -
HSV(B) 132.82º 0.62% 0.83% -
XYZ 29.31 49.38 22.17 -
YUV 160.09 98.6 70.88 -
System Red Green Blue C M Y K H S L
Decimal 80 211 108 0.62 0 0.49 0.17 132.82 0.6 0.57
Hex 50 D3 6C 3E 0 31 11 85 3C 39
Octal 120 323 154 76 0 61 21 205 74 71
Binary 1010000 11010011 1101100 111110 0 110001 10001 10000101 111100 111001

Color Harmonies of #50D36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D36C

Black with #50D36C

Text Example


Text Example

White with #50D36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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